Skip to main content
POST
Place an order

Authorizations

apiKey
string
header
required
orgId
string
header
required

Body

application/json
marketSymbol
string
required
Example:

"USDC-USDT"

walletId
string
required

Xentfi WaaS child wallet ID placing the order

side
enum<string>
required
Available options:
BUY,
SELL
type
enum<string>
required
Available options:
LIMIT,
MARKET,
POST_ONLY,
IOC,
FOK
timeInForce
enum<string>
required
Available options:
GTC,
IOC,
FOK,
GTT
quantity
string
required

Base asset units. Decimal string.

clientOrderId
string
required

Caller-supplied idempotency key, unique per organisation+app.

price
string

Required for LIMIT and POST_ONLY orders. Decimal string.

Response

Order admitted

data
object