Query Margin Account's Order (USER_DATA)
- Either orderId or origClientOrderId must be sent.
- For some historical orders cummulativeQuoteQty will be < 0, meaning the data is not available at this time.
Weight(IP): 10
Query parameters
Trading symbol, e.g. BNBUSDT
- TRUE - For isolated margin
- FALSE - Default, not for isolated margin
Order id
Order id from client
The value cannot be greater than 60000
UTC timestamp in ms
Signature
Response
Interest History, response in descending order
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"
}Changes
Changed in 2 of the 26 revisions of this API.322
- ○
added the required property
selfTradePreventionModeto the response with the200statusresponse-required-property-added
- ○
- ▲
for the
queryrequest parameterorderId, the type/format was changed frominteger/tointeger/int64request-parameter-type-changed
- ▲
for the
queryrequest parameterrecvWindow, the type/format was changed frominteger/tointeger/int64request-parameter-type-changed
- ▲
for the
queryrequest parametertimestamp, the type/format was changed frominteger/tointeger/int64request-parameter-type-changed
- ○
the response property
clientOrderIdbecame required for the status200response-property-became-required
- ○
the response property
codebecame required for the status400response-property-became-required
- ○
the response property
codebecame required for the status401response-property-became-required
- ○
the response property
cummulativeQuoteQtybecame required for the status200response-property-became-required
- ○
the response property
executedQtybecame required for the status200response-property-became-required
- ○
the response property
icebergQtybecame required for the status200response-property-became-required
- ○
the response property
isIsolatedbecame required for the status200response-property-became-required
- ○
the response property
isWorkingbecame required for the status200response-property-became-required
- ○
the response property
msgbecame required for the status400response-property-became-required
- ○
the response property
msgbecame required for the status401response-property-became-required
- ○
the response property
orderIdbecame required for the status200response-property-became-required
- ○
the response property
origQtybecame required for the status200response-property-became-required
- ○
the response property
pricebecame required for the status200response-property-became-required
- ○
the response property
sidebecame required for the status200response-property-became-required
- ○
the response property
statusbecame required for the status200response-property-became-required
- ○
the response property
stopPricebecame required for the status200response-property-became-required
- ○
the response property
symbolbecame required for the status200response-property-became-required
- ○
the response property
timebecame required for the status200response-property-became-required
- ○
the response property
timeInForcebecame required for the status200response-property-became-required
- ○
the response property
typebecame required for the status200response-property-became-required
- ○
the response property
updateTimebecame required for the status200response-property-became-required
- ▲