Market
Market order
Market 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.
{
"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
}