List markets
List bettable contracts/markets (e.g., “Winner”, “Total Points Over/Under”).
Supports filtering by date ranges, text search, tags, and pagination.
Results are sorted by the selected field (default: updated_at desc).
Pagination: Use the next_cursor value from the response to fetch the next page.
Authorizations
Query Parameters
Optional case-insensitive text match for market question or slug.
200"trump"
Maximum number of items returned in this page.
1 <= x <= 1000100
Opaque cursor from a previous metadata.next_cursor value.
Filter for markets with start_date greater than or equal to this ISO 8601 timestamp.
"2026-01-01T00:00:00Z"
Filter for markets with start_date less than or equal to this ISO 8601 timestamp.
"2026-12-31T23:59:59Z"
Filter for markets with end_date greater than or equal to this ISO 8601 timestamp.
"2026-01-01T00:00:00Z"
Filter for markets with end_date less than or equal to this ISO 8601 timestamp.
"2026-12-31T23:59:59Z"
Filter by event tags. Supports repeated params and comma-separated values.
"crypto"
Tag matching strategy: any (OR) or all (AND).
any, all Field used to sort the response rows.
created_at, updated_at Sort direction.
asc, desc