Skip to main content
GET
List the biggest wins

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 on resolved_at: 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 wins get their own full top-500 per window) or esports (promoted subcategory).

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 biggest winning positions

{ data, pagination } envelope for /v2/biggest-winners.

data
object[]
required

The page's rows.

pagination
object
required

Paging envelope: follow next_cursor until null.