Get Force Liquidation Record (USER_DATA)
- Response in descending order
Weight(IP): 1
Query parameters
UTC timestamp in ms
UTC timestamp in ms
Isolated symbol
Current querying page. Start from 1. Default:1
Default:10 Max:100
The value cannot be greater than 60000
UTC timestamp in ms
Signature
Response
Force Liquidation History, response in descending order
Example response
{
"rows": [
{
"avgPrice": "0.00388359",
"executedQty": "31.39000000",
"orderId": 180015097,
"price": "0.00388110",
"qty": "31.39000000",
"side": "SELL",
"symbol": "BNBBTC",
"timeInForce": "GTC",
"isIsolated": true,
"updatedTime": 1558941374745
}
],
"total": 1
}Changes
Changed in 1 of the 26 revisions of this API.66
- ▲
for the
queryrequest parametercurrent, the type/format was changed fromnumber/tointeger/int32request-parameter-type-changed
- ▲
for the
queryrequest parameterendTime, 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 parametersize, the type/format was changed frominteger/tointeger/int32request-parameter-type-changed
- ▲
for the
queryrequest parameterstartTime, 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
codebecame required for the status400response-property-became-required
- ○
the response property
codebecame required for the status401response-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
- ○
added the required property
rowsto the response with the200statusresponse-required-property-added
- ○
added the required property
totalto the response with the200statusresponse-required-property-added
- ▲