Find and follow top-performing traders using the PolyEdge leaderboard.
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
Combine filters to zero in on the traders that matter to your strategy.
Parameter
Type
Description
time_frame
string
Rolling window for stats: 1H, 4H, 1D, 3D, 7D, 30D. Default: 30D.
sort_by
string
Rank by pnl, roi, win_rate, or market_count. Default: pnl.
tag
string
Market category: all, sports, crypto, geopolitics, politics, finance, esports, pop-culture, tech, economy, weather, elections, tweets-markets, basketball, hockey, soccer, tennis, counter-strike-2, dota-2, league-of-legends, 5M, 15M. Default: all. Note: The sports tag filters for traditional sports only and does not include esports data.
min_win_rate / max_win_rate
float
Win rate range (0–100).
min_roi / max_roi
float
ROI percentage range.
last_active_hours
int
Only include traders who placed an order in the last N hours.
min_market_count / max_market_count
int
Filter by number of markets traded in the window.
min_pnl
int
Minimum PnL filter in USDC.
limit
int
Results per page. Default: 50, max: 100.
offset
int
Pagination offset. Default: 0.
On the Demo tier, limit is capped at 20 and offset must be 0. Upgrade your plan to paginate beyond the first page.
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.