Skip to main content
GET
List markets

Authorizations

X-API-Key
string
header
required

API key for authentication. Generate one via the dashboard or the /v1/api/auth/api-keys endpoint.

Query Parameters

provider
enum<string>
required

The prediction market platform to query.

Available options:
kalshi,
polymarket,
limitless
limit
string

Maximum number of markets to return.

cursor
string

Pagination cursor from a previous response's next_cursor field.

status
string

Filter markets by status (e.g., open, closed, settled).

query
string

Full-text search query to filter markets by title or description.

include_raw
enum<string>

Include the raw provider response in the output. Set to true to enable.

Available options:
true,
false

Response

A paginated list of markets.

pagination
object
markets
object[]
meta
object