Skip to main content
The leaderboard endpoint surfaces the highest-performing Polymarket traders for any rolling time window. Use it to discover “smart money,” build watchlists, or seed your own analytics pipeline. Endpoint: GET /v1/analytics/leaderboard

Filters

Combine filters to zero in on the traders that matter to your strategy.
On the Demo tier, limit is capped at 20 and offset must be 0. Upgrade your plan to paginate beyond the first page.

Code examples

Response fields

Each object in the traders array contains:

Example response

Combine min_win_rate, min_roi, and a short time_frame (e.g. 1D) to surface traders who are hot right now rather than those coasting on months-old gains. Then cross-reference with last_active_hours to confirm they are still active before you copy a position.