API Reference
Pricing
API Reference

Bitfinex杠杆多空仓位

该接口提供来自 Bitfinex 的杠杆多头和空头仓位数据。

缓存 / 更新频率: 实时更新.

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

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

响应数据

{
  "code": "0",
  "msg": "success",
  "data": [
    {
      "time": 1658880000,              // 时间戳,表示数据对应的时间点
      "long_quantity": 104637.94,       // 多头持仓数量
      "short_quantity": 2828.53        // 空头持仓数量
    },
    {
      "time": 1658966400,              // 时间戳,表示数据对应的时间点
      "long_quantity": 105259.46,       // 多头持仓数量
      "short_quantity": 2847.84        // 空头持仓数量
    }
    // 更多数据项...
  ]
}
Language
Credentials
Header
Click Try It! to start a request and see the response here!