Skip to main content
Get Markets

Query Parameters

venue
string

Filter by venue. Supported values: polymarket or kalshi.

Example:

"polymarket"

sort
string
default:volume

Sort field. Supported values: liquidity, volume, created_at, ends_at, or newest (alias for created_at).

Example:

"ends_at"

order
string
default:DESC

Sort direction. Supported values: ASC or DESC.

Example:

"ASC"

limit
integer
default:100

Maximum events to return. Capped at 250.

Example:

50

offset
integer
default:0

Pagination offset.

Example:

0

min_price
number

Minimum market price.

max_price
number

Maximum market price.

min_ends_at
string

Minimum end timestamp or ISO 8601 date.

max_ends_at
string

Maximum end timestamp or ISO 8601 date.

rewards
boolean
default:false

Only include reward markets.

live
boolean
default:false

Only include live markets.

bonds
boolean
default:false

Only include bond-like markets.

tags
string

Comma-separated label filter.

Example:

"crypto,politics"

markets
boolean
default:true

Include nested markets in the response.

Response

200 - application/json

Unified market list