Hyperliquid Top Traders Leaderboard
Pricing
Pay per usage
Hyperliquid Top Traders Leaderboard
Fetch the Hyperliquid on-chain perps leaderboard: top traders by PnL, ROI, or volume across day/week/month windows. Returns address, account size, P&L, ROI, and trading volume. All data is fully on-chain and free. No API key required.
What does Hyperliquid Leaderboard do?
Hyperliquid Leaderboard tracks the top traders on Hyperliquid — the fully on-chain perpetuals DEX — and returns structured data on their PnL, ROI, trading volume, and account size across 24h, 7d, 30d, and all-time windows. Every row includes the trader's Hyperliquid explorer URL for direct verification. No API key, no wallet, no setup.
Hyperliquid publishes all perpetual trading rankings on-chain, making every leaderboard position publicly verifiable. This actor fetches the official stats API and returns clean, filterable JSON — ideal for copy-trade research, market sentiment signals, and automated whale monitoring.
Why use Hyperliquid Leaderboard?
- Copy-trade target discovery — Rank traders by 30d ROI to find consistently skilled performers (not just well-capitalized ones) and analyze their patterns.
- Market sentiment signals — Aggregate the directional bias of the top 50 traders to gauge whether smart perp money is net long or short at a given moment.
- Whale account monitoring — Track how specific high-performing addresses rank week-over-week and correlate rank shifts with price action.
- Automated leaderboard archiving — Schedule daily runs to build a historical record of top traders Hyperliquid rankings for backtesting or strategy research.
- Competitive intelligence — Identify which traders are dominating by volume vs. by ROI, revealing different strategic styles (high-frequency vs. position trading).
How to use Hyperliquid Leaderboard
- Open the actor on Apify Store and click Try for free.
- Set
timeWindow(day,week,month, orallTime) andsortBy(pnl,roi, orvolume). - Optionally set
minAccountValueto filter out small accounts and focus on whales. - Set
limit(default 50, max 200) to control how many traders to return. - Enable
includePositionStateto enrich each row with live open position count and unrealized PnL. - Click Start — results are ready in seconds.
Input
| Parameter | Type | Default | Description |
|---|---|---|---|
timeWindow | string | "day" | Ranking period: day, week, month, allTime |
sortBy | string | "pnl" | Sort by: pnl (absolute USD), roi (percentage), volume |
limit | integer | 50 | Max traders to return (5–200) |
minAccountValue | number | 0 | Filter: only return traders with account value >= this USD amount |
includePositionState | boolean | false | Enrich each trader with live open position count and unrealized PnL |
Output
{"rank": 1,"address": "0x85ecf584f25db6f146718b86d493e33c5af72052","account_value_usd": 62529963.78,"pnl_usd": 95023.81,"roi_pct": 0.1761,"volume_usd": 1554167493.28,"time_window": "day","day": { "pnl_usd": 95023.81, "roi_pct": 0.1761, "volume_usd": 1554167493.28 },"week": { "pnl_usd": -813721.88, "roi_pct": -0.9074, "volume_usd": 8929123456.0 },"month": { "pnl_usd": 4219041.53, "roi_pct": 4.8123, "volume_usd": 39812345678.0 },"hl_url": "https://app.hyperliquid.xyz/explorer/address/0x85ecf..."}
Data fields
| Field | Type | Description |
|---|---|---|
rank | integer | Leaderboard position for the selected window and sort |
address | string | Trader's on-chain wallet address |
account_value_usd | float | Total account value in USD |
pnl_usd | float | Realized PnL for the selected time window |
roi_pct | float | Return on investment as a decimal (0.1761 = 17.61%) |
volume_usd | float | Total trading volume for the selected time window |
time_window | string | Window used for primary sort (day, week, month, allTime) |
day / week / month | object | Stats for each window regardless of primary sort |
hl_url | string | Direct Hyperliquid explorer link for this address |
Cost estimation
Pay-Per-Event: $0.002 per trader returned.
| Use case | Traders | Estimated cost |
|---|---|---|
| Daily top-50 snapshot | 50 | $0.10 |
| Top 100 weekly leaderboard | 100 | $0.20 |
| Top 20 with position state | 20 | $0.04 |
| Daily archiving (top 200) | 200 | $0.40 |
FAQ
Where does the data come from? All data is fetched directly from the official Hyperliquid stats API — the same data shown on Hyperliquid's public leaderboard. This is not scraped; it is a fully on-chain, free public endpoint.
What is the difference between PnL and ROI rankings on Hyperliquid? PnL (absolute USD) favors large accounts — a whale who made $1M is ranked above a smaller trader who made $100K even if the smaller trader had a higher percentage return. ROI ranking rewards capital efficiency and is better for identifying skilled traders rather than well-capitalized ones.
Can I use this for automated copy-trading? This actor provides the data layer — leaderboard rankings with addresses and explorer links. Execution (opening positions) requires connecting to Hyperliquid's trading API separately. This actor is for research and data collection only.
Disclaimer: Leaderboard rankings reflect historical performance and do not guarantee future results. Perpetual trading rankings on Hyperliquid change daily. Past top-trader performance is not indicative of future profitability. This actor is for informational and research purposes only — not financial advice.
Related actors
- Hyperliquid Whale Tracker — Large position opens and closes on Hyperliquid perps
- Hyperliquid Funding Tracker — Funding rate history across all Hyperliquid markets
- Smart Money Wallet Tracker — On-chain spot wallet activity for Hyperliquid traders