List the biggest wins
The biggest single winning positions.
One row per winning POSITION, not per user: pnl is
final_value - initial_value for that position, and the window
(?time_period=, default day) is on when it resolved. ?category=
narrows to a market category. Deeper pages come only from ?cursor=,
which pins the window and category it was minted on; restating a
different one is a 400, not a silent re-point.
Combo wins are first-class rows here, tagged kind = "combo". They carry a
' / '-joined title of their legs and no Gamma event; event_id is 0
and event_slug empty; so branch on kind before building an event
link.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Window on resolved_at: day | week | month | all. Defaults to day.
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).
First-page size. Ignored when cursor is supplied.
0 <= x <= 1000Opaque pagination cursor from a prior response's next_cursor.