Skip to main content
GET
List the biggest wins

授权

Authorization
string
header
必填

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

查询参数

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.

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

Opaque pagination cursor from a prior response's next_cursor.

响应

A page of the biggest winning positions

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

data
object[]
必填

The page's rows.

pagination
object
必填

Paging envelope: follow next_cursor until null.