get https://open-api-v4.coinglass.com/api/futures/liquidation/map
This endpoint provides a mapped visualization of liquidation events for trading pairs, 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
25,//Leverage Ratio
null
]
],
...
}
}
}