API Reference

Liquidation Aggregated History

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

Response Data

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