Skip to main content
POST
POST /api/v2/perp/order — Place a perpetual order

Authorizations

Authorization
string
header
required

Use Authorization: Bearer <jwt> for user auth or Authorization: Bearer sk_{keyId}_{secret} for API key auth.

Body

application/json
coin
string
required
isBuy
boolean
required
walletId
string
required
cloid
string | null
grouping
string
limitPx
string | null
orderType
string
reduceOnly
boolean
sizeUsd
string | null
sl
object | null
sz
string | null
tp
object | null

Response

Order result

V2 success response envelope

data
object
required
requestId
string
required
pagination
object | null

Page-based pagination info (per RFC)