New API users should migrate to deposit wallets. Read the migration guide.
curl --request GET \
--url https://data-api.polymarket.com/v1/leaderboard[
{
"rank": "<string>",
"proxyWallet": "0x56687bf447db6ffa42ffe2204a05edaa20f55839",
"userName": "<string>",
"vol": 123,
"pnl": 123,
"profileImage": "<string>",
"xUsername": "<string>",
"verifiedBadge": true
}
]curl --request GET \
--url https://data-api.polymarket.com/v1/leaderboard[
{
"rank": "<string>",
"proxyWallet": "0x56687bf447db6ffa42ffe2204a05edaa20f55839",
"userName": "<string>",
"vol": 123,
"pnl": 123,
"profileImage": "<string>",
"xUsername": "<string>",
"verifiedBadge": true
}
]Documentation Index
Fetch the complete documentation index at: https://docs.polymarket.com/llms.txt
Use this file to discover all available pages before exploring further.
Market category for the leaderboard
OVERALL, POLITICS, SPORTS, CRYPTO, CULTURE, MENTIONS, WEATHER, ECONOMICS, TECH, FINANCE Time period for leaderboard results
DAY, WEEK, MONTH, ALL Leaderboard ordering criteria
PNL, VOL Max number of leaderboard traders to return
1 <= x <= 50Starting index for pagination
0 <= x <= 1000Limit leaderboard to a single user by address User Profile Address (0x-prefixed, 40 hex chars)
^0x[a-fA-F0-9]{40}$"0x56687bf447db6ffa42ffe2204a05edaa20f55839"
Limit leaderboard to a single username
Success
The rank position of the trader
User Profile Address (0x-prefixed, 40 hex chars)
^0x[a-fA-F0-9]{40}$"0x56687bf447db6ffa42ffe2204a05edaa20f55839"
The trader's username
Trading volume for this trader
Profit and loss for this trader
URL to the trader's profile image
The trader's X (Twitter) username
Whether the trader has a verified badge
Was this page helpful?