Skip to main content
GET
Live market snapshots

授权

x-api-key
string
header
必填

Solana Tracker Data API key

查询参数

tickers
string
必填

Required comma-separated tickers (max 50)

exchange
string

kalshi, polymarket, or poly

响应

Live bid/ask/last data

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.

exchange
enum<string>
必填

Source exchange.

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

Market identifier.

status
string
必填

Market status.

timestamp
string
必填

ISO-8601 snapshot timestamp.

volume
number<double>
必填

Total volume.

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.

ask
number<double> | null

Current best ask price (0.0–1.0).

bid
number<double> | null

Current best bid price (0.0–1.0).

lastPrice
number<double> | null

Last trade price (0.0–1.0).

liquidity
number<double> | null

Available liquidity (if known).

openInterest
integer<int64> | null

Open interest (if known).

必填范围: x >= 0