API Reference
Pricing
API Reference

大户持仓多空比历史

该接口提供大户持仓多空比历史数据。

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

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

响应数据

{
  "code": "0",
  "msg": "success",
  "data": [
    {
      "time": 1741615200000, // 时间戳(毫秒)
      "top_position_long_percent": 64.99, // 大户持仓多单比例(%)
      "top_position_short_percent": 35.01, // 大户持仓空单比例(%)
      "top_position_long_short_ratio": 1.86 // 大户持仓多空比(多/空)
    },
    {
      "time": 1741618800000, // 时间戳(毫秒)
      "top_position_long_percent": 64.99, // 大户持仓多单比例(%)
      "top_position_short_percent": 35.01, // 大户持仓空单比例(%)
      "top_position_long_short_ratio": 1.86 // 大户持仓多空比(多/空)
    }
  ]
}
Language
Credentials
Header
Click Try It! to start a request and see the response here!