New API users should migrate to deposit wallets. Read the migration guide.
curl --request GET \
--url https://data-api.polymarket.com/v1/builders/leaderboard[
{
"rank": "<string>",
"builder": "<string>",
"volume": 123,
"activeUsers": 123,
"verified": true,
"builderLogo": "<string>"
}
]curl --request GET \
--url https://data-api.polymarket.com/v1/builders/leaderboard[
{
"rank": "<string>",
"builder": "<string>",
"volume": 123,
"activeUsers": 123,
"verified": true,
"builderLogo": "<string>"
}
]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.
The time period to aggregate results over.
DAY, WEEK, MONTH, ALL Maximum number of builders to return
0 <= x <= 50Starting index for pagination
0 <= x <= 1000Success
The rank position of the builder
The builder name or identifier
Total trading volume attributed to this builder
Number of active users for this builder
Whether the builder is verified
URL to the builder's logo image
Was this page helpful?