List builders ranked by activity
Returns the top builders by the chosen metric over the chosen window. Use sort to choose the ranking metric and timeframe to choose the window.
Query Parameters
Metric to sort by. Default: volume. Sort metric for the builders list endpoint.
volume, txns, traders, fees, builder_fees, new_users, avg_rev_per_user, avg_vol_per_user, builder_maker_fee_rate_bps, builder_taker_fee_rate_bps Sort direction (default: true = highest first).
Window to rank over. Default: lifetime. Time window for cumulative builder stats.
lifetime, 1d, 7d, 30d Max rows to return (default 50, max 500).
Number of rows to skip. Default 0. Takes precedence over pagination_key.
Opaque cursor from a previous response. Ignored when offset is set.
Response
Ranked list of builders, each with embedded display metadata.
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.