Skip to main content
GET
Get builder volume over time

授权

Authorization
string
header
必填

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

查询参数

interval
string | null

Bucket width: day | week | month | all. Defaults to day. timePeriod and time_period are accepted aliases.

limit
integer<int32> | null

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.

data
object[]
必填