Skip to main content
GET
Current price snapshot

授权

x-api-key
string
header
必填

Solana Tracker Data API key

路径参数

ticker
string
必填

Market ticker or condition id

查询参数

exchange
string

kalshi, polymarket, or poly

响应

Price snapshot

Current price snapshot for a market.

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>
必填
可用选项:
polymarket,
kalshi
marketId
string
必填
timestamp
string
必填

ISO-8601 timestamp.

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

Best ask price.

bid
number<double> | null

Best bid price.

change24h
number<double> | null

24h price change as decimal (-0.05 = -5%).

lastTradePrice
number<double> | null

Last traded price.

price
number<double> | null

Display price (0.0–1.0). For Polymarket this is the UI chance: mid when spread ≤ 10¢, else last trade.

volume24h
number<double> | null

24h volume.