get
https://open-api-v4.coinglass.com/api/futures/hyperliquid/long-short-account-ratio-by-tag/history
This API provides historical long/short account data for each symbol on Hyperliquid across different tag-based groups, including the number of long and short accounts and their corresponding position sizes.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Cache / Update Frequency: Updated every 15 minutes.
This endpoint is available on the following API plans:
| Plans | Hobbyist | Startup | Standard | Professional | Enterprise |
|---|---|---|---|---|---|
| Available | ❌ | ❌ | ❌ | ✅ | ✅ |
Response Data
{
"code": "0",
"data": [
{
"time": 1775467800000,
"group_name": "shrimp",
"account_long_count": 6523,
"account_short_count": 3897,
"short_position_usd": 10013432.42878,
"long_position_usd": 13951364.29166
},
{
"time": 1775468400000,
"group_name": "shrimp",
"account_long_count": 6518,
"account_short_count": 3941,
"short_position_usd": 10150468.22601,
"long_position_usd": 14950428.88208
},
]
} 200