Limit
Limit order
Limit order
Possible values: []
Client-assigned order identifier for tracking and idempotency.
Trading pair symbol.
Order side: BUY or SELL.
Possible values: [BUY, SELL]
Order size in number of contracts.
Reference price type used to evaluate the take-profit trigger.
Possible values: [INDEX_PRICE, LAST_PRICE, MARK_PRICE]
Reference price type used to evaluate the stop-loss trigger.
Possible values: [INDEX_PRICE, LAST_PRICE, MARK_PRICE]
Take-profit trigger price. When reached, an attached take-profit order is fired.
Stop-loss trigger price. When reached, an attached stop-loss order is fired.
Position mode this order applies to (one-way or hedge).
Possible values: [ONE_WAY, HEDGE, ISOLATED]
If true, the order can only reduce an existing position and cannot open or increase one.
Time-in-force policy for the limit order. Defaults to GTC when omitted.
Possible values: [FOK, GTC, IOC, HALFSEC, HALFMIN, FIVEMIN, HOUR, TWELVEHOUR, DAY, WEEK, MONTH]
If true, the order is rejected if it would take liquidity, ensuring maker-only execution.
Limit price for the order.
{
"orderType": "LIMIT",
"clOrderId": "string",
"symbol": "string",
"orderSide": "BUY",
"orderSize": 0,
"takeProfitTriggerType": "INDEX_PRICE",
"stopLossTriggerType": "INDEX_PRICE",
"takeProfitTriggerPrice": 0,
"stopLossTriggerPrice": 0,
"positionMode": "ONE_WAY",
"reduceOnly": true,
"timeInForce": "FOK",
"postOnly": true,
"orderPrice": 0
}