API Reference

Place Order

Place a new order, this api is asynchronous.

Receiving a successful response only indicates that the request was successfully submitted to the system. To confirm the final status of the order, check via WebSocket subscriptions or order query interfaces.

⏳ Limit

600 requests per minute.


🛠️ Parameters

FieldTypeMandatoryDescription
clientOrderIdStringNCustomer-defined order ID, only supports letters (a-z) and numbers (0-9).
symbolStringYThe trading pair or asset symbol.
sideStringYOrder side (BUY or SELL).
orderTypeStringYOrder type (default LIMIT, supported types: LIMIT, MARKET).
timeInForceStringNTime In Force (default GTC, supported types: GTC, IOC, FOK, GTX). GTX = GTC + Post only.
orderQtyStringNThe quantity of the base currency (Mandatory unless spot market buy).
limitPriceStringNLimit price (mandatory for limit orders).
quoteOrderQtyStringNOrder quote quantity, only used for spot market buy orders to specify the total amount in the quote currency to spend.
reduceOnlyStringNReduce-only order, must be true or false. Indicates whether the order should only reduce an existing position.


📬 Response

FieldTypeDescription
orderIdStringorderId
clientOrderIdStringCustomer-defined order ID
Language