Skip to main content
GET
List grouped events

Authorizations

x-api-key
string
header
required

Solana Tracker Data API key

Query Parameters

exchange
string

Filter: kalshi, polymarket, or poly

status
string

active, closed, or all

topic
string

Topic/tag/category filter (e.g. Sports, crypto, politics)

tag
string

Alias for topic

category
string

Alias for topic

market_kind
string

Product shape filter; use combo for combo-builder events (alias: marketKind)

sort
string

volume (default) or marketCount

order
string

asc or desc (default desc)

limit
integer<int64>

Max results (default 100, max 500)

Required range: x >= 0
cursor
string

Pagination cursor from previous response

include_markets
boolean

When true, include top markets per event for chance/leader bars

Response

Paginated events

count
integer
required
Required range: x >= 0
data
object[]
required
hasMore
boolean
required
cursor
string | null