API Reference
Pricing
API Reference

币种爆仓历史

该接口提供币种聚合多个交易所的多空爆仓历史数据。

该接口以下API等级可用: API 等级

API 等级爱好版创业版标准版专业版企业版
可用性
颗粒度>=4h>=30m无限制无限制无限制

响应数据

{
  "code": "0",
  "msg": "success",
  "data": [
   {
      "aggregated_long_liquidation_usd": "4611285.1141", // 聚合多单爆仓金额(美元)
      "aggregated_short_liquidation_usd": "4788636.51145", // 聚合空单爆仓金额(美元)
      "time": 1636588800 // 时间戳
   },
    {
      "aggregated_long_liquidation_usd": "4611285.1141", // 聚合多单爆仓金额(美元)
      "aggregated_short_liquidation_usd": "4788636.51145", // 聚合空单爆仓金额(美元)
      "time": 1636588800 // 时间戳
   },
    ..
  ]
}

Language
Credentials
Header
Click Try It! to start a request and see the response here!