Oco
One-Cancels-the-Other: If you submit this request, this would place a take-profit limit order and a stop-loss trigger-limit order
One-Cancels-the-Other: If you submit this request, this would place a take-profit limit order and a stop-loss trigger-limit order
Possible values: []
Trading pair, e.g. BTC-USDT
BUY or SELL
Possible values: [BUY, SELL]
Order quantity in base currency
Limit price of the take-profit leg
Limit price used once the stop-loss trigger fires
Price that activates the stop-loss leg
Reference price for the stop-loss 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)
Time-in-force policy for the take-profit leg (GTC, IOC, FOK)
Possible values: [FOK, IOC, GTC, HALFMIN, FIVEMIN, HOUR, TWELVEHOUR, DAY, WEEK, MONTH]
GTCIf true, reject the take-profit leg if it would immediately match (post-only / maker-only)
{
"orderType": "LIMIT",
"symbol": "string",
"orderSide": "BUY",
"orderSize": 0,
"takeProfitOrderPrice": 0,
"stopLossOrderPrice": 0,
"stopLossTriggerPrice": 0,
"stopLossTriggerPriceType": "INDEX_PRICE",
"clOrderId": "string",
"timeInForce": "GTC",
"postOnly": true
}