Skip to main content
GET
Open interest and holder stats

授权

x-api-key
string
header
必填

Solana Tracker Data API key

路径参数

ticker
string
必填

Market ticker or condition id

查询参数

exchange
string

kalshi, polymarket, or poly

响应

Open interest

Aggregated open interest 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
必填
totalTrades
integer<int64>
必填

Total number of trades (activity proxy, not OI).

必填范围: x >= 0
totalVolumeTokens
number<double>
必填

Total token volume traded (activity proxy, not OI).

uniqueHolders
integer<int64>
必填

Unique addresses that have traded this market (activity proxy, not OI).

必填范围: x >= 0
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.

openInterest
integer<int64> | null

Authoritative open interest when the exchange publishes it.

必填范围: x >= 0