API Reference
Pricing
API Reference

交易对主动买卖历史

该接口提供合约市场中交易对的主动买入与卖出成交量的历史数据

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

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

响应数据

{
  "code": "0",
  "msg": "success",
  "data": [
    {
      "time": 1741622400000, // 时间戳(毫秒)
      "taker_buy_volume_usd": "10551.033", // 主动买入成交量(美元)
      "taker_sell_volume_usd": "11308" // 主动卖出成交量(美元)
    },
    {
      "time": 1741626000000,
      "taker_buy_volume_usd": "15484.245",
      "taker_sell_volume_usd": "16316.118"
    },
    {
      "time": 1741629600000,
      "taker_buy_volume_usd": "20340.501",
      "taker_sell_volume_usd": "18977.660"
    }
  ]
}
Language
Credentials
Header
Click Try It! to start a request and see the response here!