Get trader leaderboard

GET /api/v1/market-data/leaderboard

Get trader leaderboard

get

Returns a global ranking of traders sorted by realised PnL, win rate, or volume for a given time period. Pass a user wallet address to retrieve a single wallet's rank within the leaderboard.

Query parameters
periodstring · enumOptional

Time period

Default: allPossible values:
sort_bystring · enumOptional

Sort criterion

Default: pnlPossible values:
userstringOptional

Wallet address — returns that wallet's rank instead of the full list

limitinteger · min: 1 · max: 500Optional

Max results

Default: 100
offsetintegerOptional

Pagination offset

Default: 0
Responses
chevron-right
200

OK

application/json
get
/api/v1/market-data/leaderboard

Last updated