Conditional
Conditional (Trigger) order β placed on the book once a trigger price is reached
Conditional (Trigger) order β placed on the book once a trigger price is reached
Possible values: []
Trading pair, e.g. BTC-USDT
BUY or SELL
Possible values: [BUY, SELL]
Price that activates the order
Trigger behavior: STOP_LOSS, TAKE_PROFIT, STOP_LOSS_LIMIT, or TAKE_PROFIT_LIMIT
Possible values: [STOP_LOSS, TAKE_PROFIT, STOP_LOSS_LIMIT, TAKE_PROFIT_LIMIT]
Reference price for the trigger (LAST_PRICE, MARK_PRICE, or INDEX_PRICE)
Possible values: [INDEX_PRICE, LAST_PRICE, MARK_PRICE]
Client-supplied order identifier, echoed in the response (max 64 characters)
Order quantity in base currency; required for SELL market and for the STOP_LOSS_LIMIT / TAKE_PROFIT_LIMIT variants
only for market order in BUY side
only for limit order
Time-in-force policy for the limit variants (GTC, IOC, FOK)
Possible values: [FOK, IOC, GTC, HALFMIN, FIVEMIN, HOUR, TWELVEHOUR, DAY, WEEK, MONTH]
GTCIf true, reject the limit variant if it would immediately match (post-only / maker-only)
{
"orderType": "LIMIT",
"symbol": "string",
"orderSide": "BUY",
"triggerPrice": 0,
"triggerOrderType": "STOP_LOSS",
"triggerPriceType": "INDEX_PRICE",
"clOrderId": "string",
"orderSize": 0,
"quoteOrderSize": 0,
"orderPrice": 0,
"timeInForce": "GTC",
"postOnly": true
}