get
https://open-api-v4.coinglass.com/api/hyperliquid/global-long-short-account-ratio/history
This endpoint provides the long/short account ratio history for symbols on Hyperliquid.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Cache / Update Frequency: Real time for all the API plans.
This endpoint is available on the following API plans:
| Plans | Hobbyist | Startup | Standard | Professional | Enterprise |
|---|---|---|---|---|---|
| Available | ❌ | ❌ | ✅ | ✅ | ✅ |
Response Data
{
"code": "0",
"data": [
{
"time": 1751414400000,// Timestamp (in milliseconds)
"global_account_long_count": 5347,// Long account count
"global_account_short_count": 3766,// Short account count
"global_account_total_count": 9113,// Total account count
"global_account_long_percent": 58.67,// Long percentage (%)
"global_account_short_percent": 41.33,// Short percentage (%)
"global_account_long_short_ratio": 1.4195// Long/Short ratio
},
{
"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