Skip to main content
GET
Batch fetch orderbooks

授权

x-api-key
string
header
必填

Solana Tracker Data API key

查询参数

tickers
string
必填

Required comma-separated tickers (max 25)

exchange
string

kalshi, polymarket, or poly

响应

Orderbook snapshots

estimated
boolean
必填

True when the value is derived/estimated rather than authoritative.

source
string
必填

Serving source: indexed, upstream, unavailable.

stale
boolean
必填

True when the payload is older than the freshness SLO.

asks
object[]
必填

Best ask levels.

bids
object[]
必填

Best bid levels.

exchange
enum<string>
必填

Source exchange.

可用选项:
polymarket,
kalshi
marketId
string
必填

Market identifier.

timestamp
string
必填

ISO-8601 timestamp of the snapshot.

indexedAt
string | null

Local index timestamp when known.

sourceUpdatedAt
string | null

Upstream/source event timestamp when known.

unavailableReason
string | null

Why the payload is missing or incomplete.

midpoint
number<double> | null

Mid-price: (best_bid + best_ask) / 2.

spread
number<double> | null

Spread: best ask - best bid.