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.
[meta, assetCtxs[]] covering the entire Hyperliquid perpetuals universe - every coin’s metadata plus a live snapshot of mark price, funding rate, open interest, and 24-hour volume.
This is a global, non-user-keyed type. A single cache entry is shared across all callers and is refreshed continuously from upstream Hyperliquid.
Endpoint
Request
Always
"metaAndAssetCtxs".HIP-3 builder DEX identifier. Empty string (default) returns the canonical Hyperliquid perp universe. Pass a builder code (e.g.
"xyz") to query a HIP-3 deployer’s universe.Example
Response
A two-element JSON array. Element 0 is the universe metadata; element 1 is an array of per-asset contexts indexed identically to theuniverse array.
Element 0: meta
Array of perp asset metadata, indexed identically to element 1’s
assetCtxs.Element 1: assetCtxs[]
Array of per-asset live context, indexed identically to universe.
Current funding rate (decimal string).
Open interest in base units.
Mark price 24 hours ago.
24-hour notional volume in USD.
Mark vs oracle premium.
Current oracle price.
Current mark price.
Current orderbook mid price.
Bid/ask impact prices
[bidImpact, askImpact].24-hour volume in base units.
Notes
- Wire-equal to
POST api.hyperliquid.xyz/infowith{"type": "metaAndAssetCtxs"}. - For real-time mark-price updates, use the Streaming API OHLCV streams instead of polling.