API Reference

Liquidation 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"
          ],
          ...
       ]
   }
}
FieldDescription
yPrice list
liqContains x-axis, y-axis indices, and liquidation value
pricesCandlestick charts (time, open, high, low, close )

liq

FieldDescription
index_0X-axis index
index_1Y-axis index
index_2Liquidation Level
 
Language
Authorization
Header
Click Try It! to start a request and see the response here!