Skip to main content
GET
List markets

Authorizations

X-API-Key
string
header
required

Query Parameters

Optional case-insensitive text match for market question or slug.

Maximum string length: 200
Example:

"trump"

limit
integer
default:100

Maximum number of items returned in this page.

Required range: 1 <= x <= 1000
Example:

100

cursor
string

Opaque cursor from a previous metadata.next_cursor value.

start_date_min
string

Filter for markets with start_date greater than or equal to this ISO 8601 timestamp.

Example:

"2026-01-01T00:00:00Z"

start_date_max
string

Filter for markets with start_date less than or equal to this ISO 8601 timestamp.

Example:

"2026-12-31T23:59:59Z"

end_date_min
string

Filter for markets with end_date greater than or equal to this ISO 8601 timestamp.

Example:

"2026-01-01T00:00:00Z"

end_date_max
string

Filter for markets with end_date less than or equal to this ISO 8601 timestamp.

Example:

"2026-12-31T23:59:59Z"

tags
string[] | null

Filter by event tags. Supports repeated params and comma-separated values.

Example:

"crypto"

tags_match
enum<string>
default:any

Tag matching strategy: any (OR) or all (AND).

Available options:
any,
all
sort
enum<string>
default:updated_at

Field used to sort the response rows.

Available options:
created_at,
updated_at
order
enum<string>
default:desc

Sort direction.

Available options:
asc,
desc

Response

Paginated list of markets.

Paginated response for GET /markets.

metadata
PaginationMetadata · object

Pagination metadata.

data
MarketItem · object[]

Market results for this page.