spotMetaAndAssetCtxs
Info API
spotMetaAndAssetCtxs
Commonly used to fetch the spot universe metadata, token configuration, and live market data in a single call.
POST
spotMetaAndAssetCtxs
Documentation Index
Fetch the complete documentation index at: https://goldrush.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Credit Cost
1 per call
Processing
Realtime
- Wire-equal to
POST api.hyperliquid.xyz/infowith{"type": "spotMetaAndAssetCtxs"}. - For perp universe + live contexts, use
metaAndAssetCtxsinstead. - For real-time mark-price updates on a discovered spot pair, use the Streaming API OHLCV pair stream.
[spotMeta, assetCtxs[]] covering the entire Hyperliquid spot universe - every pair’s universe entry, every token’s metadata, and a live snapshot of mark price, mid price, prior-day price, and 24-hour notional volume per pair.
This is the spot counterpart of metaAndAssetCtxs. Global, non-user-keyed; a single cache entry is shared across all callers and refreshed continuously from upstream Hyperliquid.
Endpoint
Request
Always
"spotMetaAndAssetCtxs".Example
Response
A two-element JSON array. Element 0 is the spot universe and token metadata; element 1 is an array of per-pair live contexts indexed identically to element 0’suniverse.
Element 0: spotMeta
Array of spot pairs, indexed identically to element 1’s
assetCtxs.Token configuration referenced by
universe[].tokens.Element 1: assetCtxs[]
Array of per-pair live context, indexed identically to universe.
All numeric fields below are returned as decimal strings. Do not parse them as floats.
Pair symbol - matches
universe[].name.Current mark price.
Current orderbook mid price.
Mark price 24 hours ago.
24-hour notional volume in USDC.
24-hour volume in base units.
Circulating supply of the base token.