A live roll-up of every Hyperliquid account holding ≥$100k — the same full-universe positioning behind our dealer-gamma engine, viewed through a whale lens. See how the big book is leaning long vs short, which cryptos whales hold the most, the behavioral-class split (market makers vs directional whales), and how it has moved over time. Refreshed every ~5 minutes.
| # | Coin | Mark | Whale notional | Long / Short | Net bias | # Whales |
|---|---|---|---|---|---|---|
| 1 | BTC | $63,643.50 | $2.22B |
|
NEUTRAL | 1,012 |
| 2 | ETH | $1,904.90 | $1.45B |
|
NEUTRAL | 673 |
| 3 | HYPE | $59.20 | $1.01B |
|
NEUTRAL | 943 |
| 4 | SOL | $75.65 | $259.52M |
|
SHORT | 338 |
| 5 | ZEC | $513.61 | $133.49M |
|
SHORT | 248 |
| 6 | XRP | $1.00 | $78.11M |
|
SHORT | 172 |
| 7 | LIT | $2.34 | $57.75M |
|
SHORT | 164 |
| 8 | PUMP | $0.002916 | $57.26M |
|
SHORT | 200 |
gross notional includes market-maker liquidity; the API also returns directional_net_usd (net excluding market makers) for the pure conviction read. Tokenized equities are excluded; spot-wallet balances are a planned addition.
/quant/whales response object — summary, top coins and meta. The full top-coins list is Pro; the daily history series is Pro Plus.{
"scope": "whale_activity",
"timestamp": "2026-08-17T13:51:15.323000Z",
"summary": {
"accounts_tracked": 2718,
"universe_size": 12103,
"min_account_value_usd": 100000.0,
"by_class": {
"market_maker": 157,
"whale": 134,
"other": 2427
},
"coins_held": 177,
"total_long_usd": 2635656779.31,
"total_short_usd": 3103713614.81,
"total_net_usd": -468056835.5,
"total_gross_usd": 5739370394.11,
"long_pct": 45.9,
"long_short_ratio": 0.849,
"net_bias": "short"
},
"top_coins": [
{
"coin": "BTC",
"mark": 63643.5,
"segment": "perp",
"gross_usd": 2216563549.36,
"long_usd": 1072964108.61,
"short_usd": 1143599440.75,
"net_usd": -70635332.15,
"directional_net_usd": -53746531.96,
"long_pct": 48.4,
"net_bias": "neutral",
"n_accounts": 1012,
"n_long": 401,
"n_short": 611,
"dominant_side": "short"
},
{
"coin": "ETH",
"mark": 1904.9,
"segment": "perp",
"gross_usd": 1445059423.89,
"long_usd": 691319903.06,
"short_usd": 753739520.83,
"net_usd": -62419617.77,
"directional_net_usd": 42788752.55,
"long_pct": 47.8,
"net_bias": "neutral",
"n_accounts": 673,
"n_long": 224,
"n_short": 449,
"dominant_side": "short"
},
{
"coin": "HYPE",
"mark": 59.2045,
"segment": "perp",
"gross_usd": 1008690351.34,
"long_usd": 480738128.21,
"short_usd": 527952223.13,
"net_usd": -47214094.92,
"directional_net_usd": -6613502.01,
"long_pct": 47.7,
"net_bias": "neutral",
"n_accounts": 943,
"n_long": 373,
"n_short": 570,
"dominant_side": "short"
}
],
"meta": {
"segment": "perp",
"spot_status": "not_yet_collected",
"venue": "hyperliquid",
"by_tag": {
"whale": 134,
"smart_money": 889,
"high_leverage": 510,
"market_maker": 157
},
"note": "Hyperliquid perpetuals positioning across every account ≥ the liqmap floor. gross_usd includes market-maker liquidity; directional_net_usd excludes it for the conviction read."
}
}