Limit
Limit order β executes at the specified price or better
orderType stringrequired
Limit order β executes at the specified price or better
Possible values: []
symbolstringrequired
Trading pair, e.g. BTC-USDT
orderSidestringrequired
BUY or SELL
Possible values: [BUY, SELL]
orderPricedoublerequired
Limit price to trade at
orderSizedoublerequired
Order quantity in base currency
timeInForcestring
Time-in-force policy (GTC, IOC, FOK)
Possible values: [FOK, IOC, GTC, HALFMIN, FIVEMIN, HOUR, TWELVEHOUR, DAY, WEEK, MONTH]
Default value:
GTCclOrderIdstring
Client-supplied order identifier, echoed in the response (max 64 characters)
postOnlyboolean
If true, reject the order if it would immediately match (post-only / maker-only)
Limit
{
"orderType": "LIMIT",
"symbol": "string",
"orderSide": "BUY",
"orderPrice": 0,
"orderSize": 0,
"timeInForce": "GTC",
"clOrderId": "string",
"postOnly": true
}