Skip to main content
GET
OHLCV candlesticks

授权

x-api-key
string
header
必填

Solana Tracker Data API key

路径参数

ticker
string
必填

Market ticker or condition id

查询参数

exchange
string

kalshi, polymarket, or poly

period_interval
string

Candle period (default 1h)

start_ts
string

Start timestamp

end_ts
string

End timestamp

limit
integer<int64>

Max candles (default 200, max 2000)

必填范围: x >= 0
cursor
string

Pagination cursor (overrides start_ts)

响应

Paginated candlesticks

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