API Reference
Pricing
API Reference

交易对爆仓历史

该接口提供交易所中交易对的多空爆仓历史数据。

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

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

响应数据

{
  "code": "0",
  "msg": "success",
  "data": [
    {
      "time": 1658880000000, // 时间戳(毫秒)
      "long_liquidation_usd": "2369935.19562", // 多单爆仓金额(美元)
      "short_liquidation_usd": "6947459.43674" // 空单爆仓金额(美元)
    },
    {
      "time": 1658966400000, // 时间戳(毫秒)
      "long_liquidation_usd": "5118407.85124", // 多单爆仓金额(美元)
      "short_liquidation_usd": "8517330.44192" // 空单爆仓金额(美元)
    }
  ]
}
Language
Credentials
Header
Click Try It! to start a request and see the response here!