app.hyperliquid.xyz API: get_top_traders
app.hyperliquid.xyz via Parse · crypto_web3
Retrieve the top N traders from the leaderboard sorted by PNL for a specified time window. Filters by minimum account value. Returns a flat array of trader performance records with resolved PNL, ROI, volume, and account value. Access Hyperliquid DEX trading data including leaderboard rankings, perpetual and spot market data, order books, trader positions, and delta-neutral strategy identification. Fulfilled by Parse from app.hyperliquid.xyz.
- app-hyperliquid-xyz
- crypto-web3
- finance
- parse
- platform-key
Price and execution
- Price
- $0.20 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- crypto_web3
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/29f3831a-dcb7-4687-b5e3-b564048f842c/get_top_traders
- Interface artifact
- sha256:834fb283464398e4759a57b9b64b4c568ab35e5a747893df5bd95643e387e717
- Manifest digest
- sha256:296784f134ace977477bf5ed53b00757ef9502d9c2c93b2b018eae3af9e61df9
Request fields
- limit (integer): Maximum number of traders to return.
- window (string): Time window for PNL ranking. Accepted values: allTime, 30d, 7d, 24h.: Allowed values: allTime, 30d, 7d, 24h
- min_value (number): Minimum account value filter in USD.
Example queries
- {"limit":"5","window":"allTime","min_value":"1000"}