Skip to main content

Get Force Liquidation Record (USER_DATA)

API Description#

Get Force Liquidation Record

HTTP Request#

GET /sapi/v1/margin/forceLiquidationRec

Request Weight#

1(IP)

Request Parameters#

NameTypeMandatoryDescription
startTimeLONGNO
endTimeLONGNO
isolatedSymbolSTRINGNO
currentLONGNOCurrently querying page. Start from 1. Default:1
sizeLONGNODefault:10 Max:100
recvWindowLONGNOThe value cannot be greater than 60000
timestampLONGYES
  • Response in descending order

Response Example#

  {      "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  }