New API users should use deposit wallets. Read the deposit wallet guide.
curl --request GET \
--url https://data-api.polymarket.com/v1/builders/volume[
{
"dt": "2025-11-15T00:00:00Z",
"builder": "<string>",
"builderCode": "<string>",
"builderLogo": "<string>",
"verified": true,
"volume": 123,
"activeUsers": 123,
"rank": "<string>"
}
]curl --request GET \
--url https://data-api.polymarket.com/v1/builders/volume[
{
"dt": "2025-11-15T00:00:00Z",
"builder": "<string>",
"builderCode": "<string>",
"builderLogo": "<string>",
"verified": true,
"volume": 123,
"activeUsers": 123,
"rank": "<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 fetch daily records for.
DAY, WEEK, MONTH, ALL Success - Returns array of daily volume records
The timestamp for this volume entry in ISO 8601 format
"2025-11-15T00:00:00Z"
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.
URL to the builder's logo image
Whether the builder is verified
Trading volume for this builder on this date
Number of active users for this builder on this date
The rank position of the builder on this date
Was this page helpful?