Skip to main content
GET
Get the builders leaderboard

授权

Authorization
string
header
必填

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

查询参数

time_period
string | null

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

limit
integer<int32> | null

First-page size. Ignored when cursor is supplied.

必填范围: 0 <= x <= 1000
cursor
string | null

Opaque pagination cursor from a prior response's next_cursor.

响应

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[]
必填

The page's rows.

pagination
object
必填

Paging envelope: follow next_cursor until null.