get
https://open-api-v4.coinglass.com/api/hyperliquid/global-long-short-account-ratio/history
该接口提供 Hyperliquid 上各币种的账户多空比历史数据。
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
缓存/ 更新频率 : 实时更新.
该接口以下API等级可用: API 等级:
| API 等级 | 爱好版 | 创业版 | 标准版 | 专业版 | 企业版 |
|---|---|---|---|---|---|
| 可用性 | ❌ | ❌ | ✅ | ✅ | ✅ |
响应数据
{
"code": "0",
"data": [
{
"time": 1751414400000, // 毫秒级时间戳
"global_account_long_count": 5347, // 持有多头仓位的账户数量
"global_account_short_count": 3766, // 持有空头仓位的账户数量
"global_account_total_count": 9113, // 账户总数量
"global_account_long_percent": 58.67, // 多头账户占比(%)
"global_account_short_percent": 41.33, // 空头账户占比(%)
"global_account_long_short_ratio": 1.4195 // 多空账户比
},
{
"time": 1751500800000,
"global_account_long_count": 4644,
"global_account_short_count": 4719,
"global_account_total_count": 9363,
"global_account_long_percent": 49.6,
"global_account_short_percent": 50.4,
"global_account_long_short_ratio": 0.9841
},
]
}
}
200