Polymarket trader leaderboard
polymarket_leaderboardPolymarket's public trader leaderboard by traded volume or realised profit over a 1d, 7d, 30d or all-time window, returning each trader's rank, published pseudonym and display name, wallet address and USDC amount. Use it to find who is moving size on the venue. A trader who publishes no name stays null; no name is inferred. Costs $0.005 USDC per call via x402 on Base; an unpaid call returns the payment challenge instead of data, and a call that returns no data is never settled so it costs nothing. Equivalent HTTP route: GET /polymarket/leaderboard.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many traders, 1-50 (default 10) Example: '10'. | |
| metric | No | volume or profit (default volume) Example: 'volume'. | |
| window | No | 1d, 7d, 30d or all (default 7d) Example: '7d'. |