Contests
List Contests
List contests in the lobby
Endpoint
caller object with caller-owned fields. Without a bearer token,
caller is null.
Headers
Optional
Bearer <session_token> from wallet auth or Privy session auth.Query Parameters
Optional status filter. Supported values are
open, resolved, and
voided.Optional category filter. Supported values are
mentions, sports, and
culture.Opaque cursor from
next_cursor on a prior response.Maximum rows to return. Defaults to
20; the server clamps to 1..=50.Response Fields
Contest lobby rows.
Contest ID used by the contest detail, leaderboard, and entry endpoints.
Display title for the contest.
Contest category:
mentions, sports, or culture.Contest status:
open, resolved, or voided.Entry amount in micros.
Prize pool funded by the protocol, in micros.
Current total contest pot in micros.
Number of submitted entries.
Maximum number of entries accepted.
Entry-open timestamp as Unix milliseconds.
Last timestamp, in Unix milliseconds, when entries are accepted.
UI live-window end timestamp as Unix milliseconds, when configured.
Resolution timestamp as Unix milliseconds when the contest has resolved.
Caller-owned fields. Null when the request is unauthenticated.
True when the bearer session belongs to a user who has entered the contest.
Contest creation timestamp as Unix milliseconds.
Resolved contest image URL when an image is available.
Cursor for the next page, or null when no more rows are available.