Skip to main content
POST
Place Order

Authorizations

X-API-Key
string
header
required

Your API key

X-API-Signature
string
header
required

The signature of the request

Body

application/json
instType
enum<string>
required
Available options:
perpetual,
spot,
btc,
digital,
stock,
index
orderType
enum<string>
required
Available options:
limit,
market,
stop,
stoplimit,
take,
takelimit
qty
string
required
side
enum<string>
required
Available options:
buy,
sell
symbol
string
required
cancelAt
integer<int64> | null
clientOrderId
string | null
postOnly
boolean | null
px
string | null
reduceOnly
boolean | null
timeInForce
enum<string> | null
Available options:
gtc,
ioc
triggerPx
string | null
unit
enum<string> | null
Available options:
sats,
btc

Response

200 - application/json

Represents a successful API response wrapper

data
object
required
error
boolean
required
Last modified on May 14, 2026