Get a single builder's cumulative stats
Returns cumulative stats for one builder over the chosen window.
Path Parameters
Builder code.
Query Parameters
Window to report stats over. Default: lifetime. Time window for cumulative builder stats.
lifetime, 1d, 7d, 30d Response
Builder snapshot with embedded display metadata.
Latest builder stats with builder display metadata (name, icon, links)
merged onto each row. Returned by endpoints that embed display metadata,
such as /, /{builder_code}, and /tags/{tag}.
Builder code.
Latest block number for the metric snapshot.
x >= 0Unix timestamp in seconds.
x >= 0Volume in USD.
Buy volume in USD.
Sell volume in USD.
Unique traders.
x >= 0Unique makers.
x >= 0Unique takers.
x >= 0Transaction count.
x >= 0Buy count.
x >= 0Sell count.
x >= 0Fees in USD.
Builder fees.
Shares volume.
Yes volume in USD.
No volume in USD.
Yes count.
x >= 0No count.
x >= 0Buy trade count in the under-10 USD bucket.
x >= 0Buy trade count in the 10-100 USD bucket.
x >= 0Buy trade count in the 100-1k USD bucket.
x >= 0Buy trade count in the 1k-10k USD bucket.
x >= 0Buy trade count in the 10k-50k USD bucket.
x >= 0Buy trade count in the 50k-plus USD bucket.
x >= 0New users.
x >= 0Average revenue per user — builder_fees / unique_traders.
Average volume per user — volume_usd / unique_traders.
Builder's maker fee rate in basis points. Same value across all timeframes — this is a property of the builder, not a windowed metric.
x >= 0Builder's taker fee rate in basis points. Same scoping as
builder_maker_fee_rate_bps.
x >= 0Builder display metadata (name, links, icon URL, description).
null when no metadata has been registered for this builder.