Skip to main content
GET
Market trade history

授权

x-api-key
string
header
必填

Solana Tracker Data API key

路径参数

ticker
string
必填

Market ticker or condition id

查询参数

exchange
string

kalshi, polymarket, or poly

min_volume
number<double>

Minimum trade notional in USD (price × quantity)

max_volume
number<double>

Maximum trade notional in USD (price × quantity)

limit
integer<int64>

Max results (default 100, max 1000)

必填范围: x >= 0
cursor
string

Kalshi: RFC3339 timestamp; Polymarket: block number

响应

Paginated trades

count
integer
必填
必填范围: x >= 0
data
object[]
必填
hasMore
boolean
必填
cursor
string | null