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