Skip to main content
GET
Get market trades

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

market_id
string
required

The market ID to fetch trades for.

provider
enum<string>
required

The prediction market platform to query.

Available options:
kalshi,
polymarket
limit
integer

Maximum number of trades to return.

cursor
string

Pagination cursor from a previous response.

takerOnly
boolean

Only return taker trades.

Response

A paginated list of trades.

trades
object[]
pagination
object
meta
object