Hyperliquid Top Traders Leaderboard avatar

Hyperliquid Top Traders Leaderboard

Pricing

Pay per usage

Go to Apify Store
Hyperliquid Top Traders Leaderboard

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.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Hojun Lee

Hojun Lee

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

1

Monthly active users

4 days ago

Last modified

Categories

Share

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?

  1. Copy-trade target discovery — Rank traders by 30d ROI to find consistently skilled performers (not just well-capitalized ones) and analyze their patterns.
  2. 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.
  3. Whale account monitoring — Track how specific high-performing addresses rank week-over-week and correlate rank shifts with price action.
  4. Automated leaderboard archiving — Schedule daily runs to build a historical record of top traders Hyperliquid rankings for backtesting or strategy research.
  5. 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

  1. Open the actor on Apify Store and click Try for free.
  2. Set timeWindow (day, week, month, or allTime) and sortBy (pnl, roi, or volume).
  3. Optionally set minAccountValue to filter out small accounts and focus on whales.
  4. Set limit (default 50, max 200) to control how many traders to return.
  5. Enable includePositionState to enrich each row with live open position count and unrealized PnL.
  6. Click Start — results are ready in seconds.

Input

ParameterTypeDefaultDescription
timeWindowstring"day"Ranking period: day, week, month, allTime
sortBystring"pnl"Sort by: pnl (absolute USD), roi (percentage), volume
limitinteger50Max traders to return (5–200)
minAccountValuenumber0Filter: only return traders with account value >= this USD amount
includePositionStatebooleanfalseEnrich 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

FieldTypeDescription
rankintegerLeaderboard position for the selected window and sort
addressstringTrader's on-chain wallet address
account_value_usdfloatTotal account value in USD
pnl_usdfloatRealized PnL for the selected time window
roi_pctfloatReturn on investment as a decimal (0.1761 = 17.61%)
volume_usdfloatTotal trading volume for the selected time window
time_windowstringWindow used for primary sort (day, week, month, allTime)
day / week / monthobjectStats for each window regardless of primary sort
hl_urlstringDirect Hyperliquid explorer link for this address

Cost estimation

Pay-Per-Event: $0.002 per trader returned.

Use caseTradersEstimated cost
Daily top-50 snapshot50$0.10
Top 100 weekly leaderboard100$0.20
Top 20 with position state20$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.


Feedback

Leave a review on Apify Store