get https://open-api-v3.coinglass.com/api/futures/liquidation/model3/heatmap
This API presents liquidation levels on the chart by calculating them based on market data and various leverage amounts
# Required Account Level: Professional Edition and Above
Response Data
{
"code": "0",
"msg": "success",
"data": {
"y": [47968.54, ...],
"liq":
[
[5,124,2288867.26],
...
],
"prices":
[
[
1722676500,
"61486",
"61596.4",
"61434.4",
"61539.9",
"63753192.1129"
],
...
]
}
}
Field | Description |
---|---|
y | Price list |
liq | Contains x-axis, y-axis indices, and liquidation value |
prices | Candlestick charts (time, open, high, low, close ) |
liq
Field | Description |
---|---|
index_0 | X-axis index |
index_1 | Y-axis index |
index_2 | Liquidation Level |