Skip to main content

Create New Order

POST 

/api/v3.3/order

Creates a new order. Index Orders only support USD quotes.

Tip: Use clOrderID to track orders with your own identifier. This ID is returned in all order-related responses and WebSocket notifications.

Supports order types: LIMIT, MARKET, OCO, PEG (algo). For trigger orders, set txType to STOP or TRIGGER and provide triggerPrice.

Price by Order Type​

Order TypeSideprice meaning
LIMITBUYMax price (quote currency) willing to pay per unit
LIMITSELLMin price (quote currency) willing to accept per unit
MARKETBUYMax total amount (quote currency) willing to spend
MARKETSELLNot applicable
TRIGGER LIMITBUYMax price willing to pay
TRIGGER LIMITSELLMin price willing to accept
TRIGGER MARKETBUYMax total amount willing to spend
TRAILING STOP MARKETBUYMax total amount willing to spend

Request​

Responses​

Successful response