New API users should use deposit wallets. Read the deposit wallet guide.
curl --request GET \
--url https://data-api.polymarket.com/v1/builders/leaderboard[
{
"rank": "<string>",
"builder": "<string>",
"builderCode": "<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>",
"builderCode": "<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
The builder's onchain attribution code as attached to orders via builderCode (see CLOB V2). Empty string for legacy builders without a registered code.
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?