Returns the spot universe metadata, token configuration, and per-pair live mark price, mid, and 24-hour volume.
Returns a tupleDocumentation Index
Fetch the complete documentation index at: https://goldrush.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
[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.
"spotMetaAndAssetCtxs".universe.
spotMetaassetCtxs.universe[].tokens.assetCtxs[]universe.
universe[].name.POST api.hyperliquid.xyz/info with {"type": "spotMetaAndAssetCtxs"}.metaAndAssetCtxs instead.