get https://open-api-v3.coinglass.com/api/futures/liquidation/v3/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
},
...
]
}
Field | Description |
---|---|
longLiquidationUsd | Long liquidations value in USD eg: 529472325 |
shortLiquidationUsd | Short liquidations value in USD eg: 37294723 |
t | Time ,in seconds |