API Reference
Pricing
API Reference

币种交易所持仓历史

该接口用于获取某一加密货币在多个交易所的历史持仓量数据,适用于图表展示。

缓存 / 更新频率: 10秒钟更新一次

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

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

响应数据

{
  "code": "0",
  "msg": "success",
  "data": {
    "time_list": [1721649600000, ...], // 时间戳列表(毫秒)
    "price_list": [67490.3, ...], // 价格列表(与 time_list 对应)

    "data_map": { // 各交易所未平仓合约数据
      "Binance": [8018229234, ...], // Binance 未平仓合约(与 time_list 对应)
      "Bitmex": [395160842, ...] // BitMEX 未平仓合约(与 time_list 对应)
      // ...
    }
  }
}
Language
Credentials
Header
Click Try It! to start a request and see the response here!