v1

latestOpenAPI 3.1.02026-07-265385123.6 KB
Analytics

Get leaderboard

Retrieve the trading leaderboard with rankings based on trading performance metrics. Results are paginated and can be sorted by account value, realized PnL, ROI, or trading volume. Use the search_term parameter to filter accounts by address prefix.

get/api/v1/leaderboard

Query parameters

limitinteger

Page size

offsetinteger

Page offset

sort_key'account_value' | 'realized_pnl' | 'volume' | 'roi'
sort_dir'ASC' | 'DESC'
search_termstring

Optional search term to filter accounts by address prefix

Response

Paginated leaderboard entries with rankings

total_countinteger nullable

The total number of items across all pages. Optional: history endpoints omit this field to avoid expensive COUNT(*) queries.