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.
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.
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.
Ranked list of builders, each with embedded display metadata.
x >= 0x >= 0x >= 0x >= 0x >= 0x >= 0x >= 0x >= 0x >= 0x >= 0x >= 0x >= 0x >= 0x >= 0x >= 0x >= 0x >= 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.