API Reference

Liquidation History

This API retrieves historical data for both long and short liquidations of a trading pair on the exchange

Response Data

{
  "code": "0",
  "msg": "success",
  "data": [
     {
      "longLiquidationUsd": "4611285.1141",
      "shortLiquidationUsd": "4788636.51145",
      "t": 1636588800
     },
    ...
  ]
}
FieldDescription
longLiquidationUsdLong liquidations value in USD
shortLiquidationUsdShort liquidations value in USD
tTime ,in seconds
Language
Authorization
Header
Click Try It! to start a request and see the response here!