Skip to main content
GET
Size-aware VWAP quote (walk the book)

授权

x-api-key
string
header
必填

Solana Tracker Data API key

路径参数

ticker
string
必填

Market ticker or condition id

查询参数

exchange
string

kalshi, polymarket, or poly

side
string

buy (default) or sell

size
number<double>

Stake size (default 100)

size_unit
string

shares (default) or usd (alias: sizeUnit)

outcome
string

Polymarket: yes/no or CLOB token id

响应

Size-aware quote

Size-aware fill quote from walking the live orderbook (VWAP).

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.

cost
number<double>
必填

USD notional filled (filledSize * avgPrice when fully in shares).

exchange
enum<string>
必填
可用选项:
polymarket,
kalshi
filledSize
number<double>
必填

Shares filled.

fullyFilled
boolean
必填
levelsConsumed
integer<int32>
必填
必填范围: x >= 0
marketId
string
必填
requestedSize
number<double>
必填
side
string
必填

buy walks asks; sell walks bids.

sizeUnit
string
必填

shares or usd.

timestamp
string
必填
unfilledSize
number<double>
必填
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.

avgPrice
number<double> | null

Volume-weighted average fill price (0–1).

bestAsk
number<double> | null
bestBid
number<double> | null
displayPrice
number<double> | null

Polymarket UI chance (mid vs last-trade rule).

midpoint
number<double> | null
tokenId
string | null

CLOB token / outcome id used for the book walk when applicable.

worstPrice
number<double> | null

Worst (farthest) price touched while filling.