Get top traders leaderboard

/v4/data/prediction/top-traders

200 credits per API call

Ranked leaderboard of top traders, scoped by category and time period. Each row carries the trader's wallet, display fields (username, X handle, profile image), verified-badge status, and the metrics used for ranking (volume and PnL within the requested window).

Platform support

  • Polymarket only.

Filtering, sorting and pagination

  • category selects the leaderboard slice — one of OVERALL, POLITICS, SPORTS, CRYPTO, CULTURE, MENTIONS, WEATHER, ECONOMICS, TECH, FINANCE. Defaults to OVERALL.
  • timePeriod sets the lookback window — DAY, WEEK, MONTH, ALL. Defaults to DAY.
  • orderBy chooses the ranking metric: PNL (realised + unrealised profit) or VOL (trading volume). Defaults to PNL.
  • user filters the leaderboard to a single wallet — useful for "where does this trader rank" lookups. userName filters by trader display name (substring match).
  • Pagination is offset-based — limit (1..50, default 25) and offset (0..1000, default 0). Higher offsets are not supported by the upstream leaderboard.

Other notes

  • rank is the continuous 1-indexed position given the requested filters — rank = 1 is the leader for the chosen category and time period.
  • proxyWallet is returned lowercased.
  • vol and pnl are USD figures, scoped to the requested category and timePeriod.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
enum

Leaderboard category slice. Defaults to OVERALL.

string
enum

Lookback window. Defaults to DAY.

Allowed:
string
enum

Ranking metric. Defaults to PNL.

Allowed:
integer
1 to 50
Defaults to 25

Page size. Defaults to 25.

integer
0 to 1000
Defaults to 0

Page offset. Defaults to 0. The upstream leaderboard caps offsets at 1000.

string

Filter the leaderboard to a single wallet (0x + 40 hex). Useful for "where does this trader rank" lookups.

string
length ≤ 64

Filter by trader display name (substring match).

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json