API Reference
Pricing
API Reference

大户账户数多空比历史

该接口提供大户账户的多空比历史数据。

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

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

响应数据

{
  "code": "0",
  "msg": "success",
  "data": [
    {
      "time": 1741615200000, // 时间戳(毫秒)
      "top_account_long_percent": 73.3, // 大户账户多单比例(%)
      "top_account_short_percent": 26.7, // 大户账户空单比例(%)
      "top_account_long_short_ratio": 2.75 // 大户账户多空比(多/空)
    },
    {
      "time": 1741618800000, // 时间戳(毫秒)
      "top_account_long_percent": 74.18, // 大户账户多单比例(%)
      "top_account_short_percent": 25.82, // 大户账户空单比例(%)
      "top_account_long_short_ratio": 2.87 // 大户账户多空比(多/空)
    }
  ]
}
Language
Credentials
Header
Click Try It! to start a request and see the response here!