Public analytics dashboard for a Polymarket builder using the V2 Data API.
- Daily and weekly builder volume
- Daily and weekly active users
- Builder rank per returned period
- All-time bucket summary
- Auto-refresh every 5 minutes
The dashboard uses the public endpoint:
https://data-api.polymarket.com/v1/builders/volume
It does not require private CLOB credentials.
Set the builder display name exactly as Polymarket returns it:
POLY_BUILDER_NAME=OpiPoliXIf you fork this dashboard for another builder, replace OpiPoliX with that
builder's exact public Polymarket builder name. No private Polymarket keys are
needed for the public Data API version.
Optional override:
POLYMARKET_DATA_API_HOST=https://data-api.polymarket.compip install -r requirements.txt
vercel devOpen http://localhost:3000.
The public Data API provides volume, active users, and rank buckets. It does not expose the old trade-level fields such as transaction hashes or exact trade counts. For those, the dashboard would need a separate authenticated V2 /builder/trades integration with py-clob-client-v2, L2 CLOB credentials, and POLY_BUILDER_CODE.