Leaderboard
Leaderboard
Returns the full leaderboard across multiple ranking types (realized PnL, volume, trading fees) with 24h, 7d, 30d, and all-time windows.
Data is served from a pre-computed Redis cache that refreshes periodically. Returns empty if cache is cold.
Entry format
Each entry in a leaderboard type is an array: [address, account_id, rank, account_value, [24h_stats], [7d_stats], [30d_stats], [all_time_stats]]
Each stats sub-array contains: [pnl_total, pnl_realized, volume, trading_fees, funding_fees, liquidation, roi]
get/v1/leaderboard
Response
Leaderboard data
Changes
No recorded changes to this endpoint across all 1 revision of this API.