Skip to main content
GET
Current price snapshot

Authorizations

x-api-key
string
header
required

Solana Tracker Data API key

Path Parameters

ticker
string
required

Market ticker or condition id

Query Parameters

exchange
string

kalshi, polymarket, or poly

Response

Price snapshot

Current price snapshot for a market.

estimated
boolean
required

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

source
string
required

Serving source: indexed, upstream, unavailable.

stale
boolean
required

True when the payload is older than the freshness SLO.

exchange
enum<string>
required
Available options:
polymarket,
kalshi
marketId
string
required
timestamp
string
required

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.