Skip to main content
GET
Get Markets

Authorizations

x-api-key
string
header
required

Query Parameters

limit
number

Maximum number of markets to return. Defaults to 20. Maximum is 1000.

status
string

Market status filter. Options: unopened, open, paused, closed, settled. Defaults to "open".

cursor
string

Pagination cursor for fetching the next page of results.

event_ticker
string

Filter by event ticker. Multiple event tickers can be provided as a comma-separated list (maximum 10).

tickers
string

Filter by specific market tickers. Comma-separated list of market tickers to retrieve.

Response

200 - application/json
markets
object[]
required
count
number
required
Example:

20

cursor
string | null