New API users should migrate to deposit wallets. Read the migration guide.
curl --request GET \
--url https://data-api.polymarket.com/v1/builders/volume[
{
"dt": "2025-11-15T00:00:00Z",
"builder": "<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>",
"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
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?