API Reference

Liquidation Map

This API presents and maps liquidation events based on market data and diverse leverage amounts

# Required Account Level: Professional Edition and Above

Response Data

{
  "code": "0",
  "msg": "success",
  "data": 
  {
    "data": 
    {
      "48935": //liquidation price
      [
        [
          48935,//liquidation price
          1579370.77,//Liquidation Level
          25,//Leverage Ratio
          null
        ]
      ],
      ...  
    }
  }
}
Language
Authorization
Header
Click Try It! to start a request and see the response here!