Margin
Query Margin Account's Open Orders (USER_DATA)
- If the symbol is not sent, orders for all symbols will be returned in an array.
- When all symbols are returned, the number of requests counted against the rate limiter is equal to the number of symbols currently trading on the exchange
- If isIsolated ="TRUE", symbol must be sent.
Weight(IP): 10
get/sapi/v1/margin/openOrders
Query parameters
symbolstring
Example:BNBUSDT
Trading symbol, e.g. BNBUSDT
isIsolated'TRUE' | 'FALSE'
- TRUE - For isolated margin
- FALSE - Default, not for isolated margin
recvWindowinteger
Example:5000
The value cannot be greater than 60000
timestampinteger required
UTC timestamp in ms
signaturestring required
Signature
Response
Margin open orders list
Example response
[
{
"clientOrderId": "ZwfQzuDIGpceVhKW5DvCmO",
"cummulativeQuoteQty": "0.00000000",
"executedQty": "0.00000000",
"icebergQty": "0.00000000",
"orderId": 213205622,
"origQty": "0.30000000",
"price": "0.00493630",
"side": "SELL",
"status": "NEW",
"stopPrice": "0.00000000",
"symbol": "BNBBTC",
"time": 1562133008725,
"timeInForce": "GTC",
"type": "LIMIT",
"updateTime": 1562133008725,
"selfTradePreventionMode": "NONE"
}
]