latestOpenAPI 3.0.32026-08-10336178.7 KB

6b7d8bd51050

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

updated_atinteger

Cache timestamp (Unix ms).

leaderboardsobject

Keyed by ranking type (realized_pnl, volume, trading_fees).