Skip to main content
POST
Create order

Authorizations

Authorization
string
header
required

Bearer access token from POST /api/auth

Headers

X-Idempotency-Key
string
required

Unique key for safe retries. Max 128 characters.

Required string length: 1 - 128

Path Parameters

offeringId
string<uuid>
required

offeringId identifier

Body

application/json
account_id
string<uuid>
required
units
string
required

Response

Created

id
string<uuid>
required
offering
object
required
units
string
required
total_amount
number
required
payment_provider
enum<string>
required
Available options:
bank_transfer
paid_at
string | null
required
paid_amount
number
required
currency
string | null
required
status
enum<string>
required
Available options:
ORDERED,
PAID,
NOPAYMENT,
READYTOMINT,
MINTING,
MINTED,
CANCELLED
payment_bank_account
object
required
created_at
string | null
required
updated_at
string | null
required