Get the builders leaderboard
The ranked board of builders by volume.
?time_period= is day (default), week, month or all and selects the
window; one row per builder in it. Deeper pages come only from
?cursor=.
A cursor pins the window it was minted on, so following it needs no
?time_period=; and passing a different one is a 400 rather than a
silent re-point, since an offset from one board means nothing on another.
volume is in SHARES, not USDC, the same unit as /v2/leaderboard’s
volume. active_users counts distinct makers in the window.
builder is a display name that falls back to builder_code for a builder
with no profile, so key on builder_code and render builder.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Window: day | week | month | all. Defaults to day.
First-page size. Ignored when cursor is supplied.
0 <= x <= 1000Opaque pagination cursor from a prior response's next_cursor.
Response
A page of the builders board