get https://open-api-v4.coinglass.com/api/futures/liquidation/aggregated-map
This endpoint provides a mapped visualization of aggregated liquidation events for coins, calculated based on market data and liquidation leverage levels.
Cache / Update Frequency: Real time for all the API plans.
This endpoint is available on the following API plans:
Plans | Hobbyist | Startup | Standard | Professional | Enterprise |
---|---|---|---|---|---|
Available | ❌ | ❌ | ❌ | ✅ | ✅ |
Response Data
{
"code": "0",
"msg": "success",
"data":
{
"data":
{
"48935": //liquidation price
[
[
48935,//liquidation price
1579370.77,//Liquidation Level
null,
null
]
],
...
}
}
}