Returns cumulative values at the end of each bucket for one builder. Use for running-total charts over time.
Documentation Index
Fetch the complete documentation index at: https://docs.struct.to/llms.txt
Use this file to discover all available pages before exploring further.
Builder code.
Bucket size. Default: 60 (hourly).
Bucket size for /analytics/timeseries and /analytics/deltas responses.
Each value picks the time interval that one row in the output covers:
60 = 1 hour, 240 = 4 hours, D/1D = 1 day, W/1W = 7 days,
M/1M = calendar month.
60, 240, D, 1D, W, 1W, M, 1M Start timestamp (unix seconds). Omit for all-time.
End timestamp (unix seconds).
Max data points to return (default 500, max 2500).
Opaque cursor from a previous response.
Cumulative time-bucketed builder stats
x >= 0Distinct trader addresses.
Distinct maker addresses (order-resting side).
Distinct taker addresses (order-initiator side).
Builder's share of fees_usd (which is Polymarket's total fee).
Onboarding metric — traders whose first ever builder-attributed trade
touched this builder/grain. Cumulative on timeseries, delta on
deltas. Each trader contributes at most once globally (any builder).
Average revenue per user — builder_fees / unique_traders. Zero when
the bucket has no traders. Cumulative on timeseries, in-window on
deltas.
Average volume per user — volume_usd / unique_traders. Same scoping
as avg_rev_per_user (cumulative on timeseries, in-window on deltas).