Skip to main content
GET
Get the trader 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.

category
string | null

overall (default), a Gamma market category (e.g. sports), or a synthetic category: combos (combinatorial positions; PNL boards only; the volume board has no combos rows) or esports (promoted subcategory).

sort_by
string | null

Which board: PNL (default) or VOLUME.

user
string | null

Look up one wallet's standing instead of reading the board. Returns a single object carrying both ranks, not a page.

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 board, or one wallet's standing when user is given

Either arm's body. ?user= answers with one standing; everything else with a page of the board; genuinely different shapes, so the spec says oneOf rather than pretending one covers both.

data
object[]
required

The page's rows.

pagination
object
required

Paging envelope: follow next_cursor until null.