Get spot asset contexts
24h stats (volume, high/low, last price, prev-day price) plus the live
book mid for every registered spot market. The spot counterpart of
/asset_contexts; perp-only concepts (funding, open interest, mark and
oracle prices) are deliberately absent. 24h change = (last_price -
prev_day_price) / prev_day_price, derived client-side; prev_day_price
is null for markets that never traded before the 24h boundary.
Authorizations
Bearer token from Geomi. See Authentication for setup instructions.
Response
Spot asset contexts
Fungible-asset metadata addresses ("contract addresses").
x >= 0"0xmarket123..."
Canonical market name, e.g. "APT/USDC".
x >= 0Hyphenated ticker form, e.g. "APT-USDC" (same shape as perp ticker_ids).
Server timestamp the snapshot was computed at (unix ms).
Base units traded in the last 24h, human-readable.
Quote units traded in the last 24h, human-readable.
Most recent fill price in the last 24h; null if no trade in the window.
(best_bid + best_ask) / 2 from the live book; null unless both sides have resting liquidity.
Price of the last trade at or before now-24h (bounded 7d lookback); null for markets that never traded before the boundary. 24h change = (last_price - prev_day_price) / prev_day_price, client-derived.

