Skip to main content
GET
List markets

Authorizations

Authorization
string
header
required

API key in the format credential_id:credential_secret.

Example: Authorization: Bearer api_brave_cosmic_falcon:sk_life_AbCdEfGh...

Query Parameters

platform
enum<string>

Filter by prediction market platform.

Available options:
KALSHI,
POLYMARKET
status
enum<string>

Filter by market status.

Available options:
ACTIVE,
PAUSED,
CLOSED,
RESOLVED
start_time
string<date-time>

Include markets created at or after this time (RFC 3339).

end_time
string<date-time>

Include markets created at or before this time (RFC 3339).

limit
integer
default:100

Maximum number of results to return.

Required range: 1 <= x <= 1000
cursor
string

Pagination cursor returned from a previous request. A malformed cursor is currently ignored and causes the query to start from the first page.

Response

A paginated list of markets.

data
object[]
required
next_cursor
string

Cursor emitted when the current page is full. It can lead to an empty final page.