获取 Builder 交易量走势
The per-builder volume time series.
?interval= is the bucket width, not a window: day (default) returns
every day on record bucketed daily, week and month bucket accordingly,
and all buckets by calendar YEAR. ?limit= bounds how many of the most
recent buckets come back (default 30); buckets, not rows, so a period is
never returned half-populated. timePeriod is accepted as an alias for
interval.
rank is the builder’s placing within its own bucket, so it moves along
the series. volume is in SHARES; see /v2/builders/leaderboard.
Not paginated: data is the array with no pagination, the /v2/oi shape.
Rows arrive newest bucket first, ranked within each.
授权
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
查询参数
Bucket width: day | week | month | all. Defaults to day.
timePeriod and time_period are accepted aliases.
How many of the most recent buckets to return. Defaults to 30, capped at 90; a lower ceiling than the rest of the surface, because only ~308 daily buckets exist and the family maximum would return the whole series.
Bounds BUCKETS, not rows: a row limit would cut a bucket in half and leave a partial period in the series.
0 <= x <= 90响应
The volume series for the requested interval
{ "data": T }; the envelope for endpoints that don't paginate.
There is no pagination key: an aggregate or bounded list has no next page.
Paginated feeds return a *Page shape ({ data, pagination }) instead.