Skip to main content
GET
Get the builders leaderboard

Authorizations

Authorization
string
header
required

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

Query Parameters

time_period
string | null

Window: day | week | month | all. Defaults to day.

limit
integer<int32> | null

First-page size. Ignored when cursor is supplied.

Required range: 0 <= x <= 1000
cursor
string | null

Opaque pagination cursor from a prior response's next_cursor.

Response

A page of the builders board

{ data, pagination } envelope for /v2/builders/leaderboard; an offset-cursor board, like LeaderboardPage. Its companion /v2/builders/volume is a series rather than a board and is NOT paged.

data
object[]
required

The page's rows.

pagination
object
required

Paging envelope: follow next_cursor until null.