metaAndAssetCtxs | Hyperliquid Info API
Info API
metaAndAssetCtxs | Hyperliquid Info API
Hyperliquid metaAndAssetCtxs: fetch the full Hyperliquid perpetuals market universe with live per-asset trading context.
POST
metaAndAssetCtxs | Hyperliquid Info API
Credit Cost
1 per call
Processing
Realtime
type: "metaAndAssetCtxs" is used to fetch the full Hyperliquid perpetuals market universe with live per-asset trading context.
- Wire-equal to
POST api.hyperliquid.xyz/infowith{"type": "metaAndAssetCtxs"}.
[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
string
default:"metaAndAssetCtxs"
required
Always
"metaAndAssetCtxs".string
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<object>
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.
string
Current funding rate (decimal string).
string
Open interest in base units.
string
Mark price 24 hours ago.
string
24-hour notional volume in USD.
Mark vs oracle premium.
string
Current oracle price.
string
Current mark price.
string
Current orderbook mid price.
array<string>
Bid/ask impact prices
[bidImpact, askImpact].string
24-hour volume in base units.
Related endpoints
spotMetaAndAssetCtxs
fetch the spot universe metadata, token configuration, and live market data in a single call.
outcomeMeta
enumerate all active HIP-4 binary outcome markets on HyperCore.
meta
fetch the perpetuals universe metadata without live market context.
spotMeta
fetch the spot universe metadata and full token configuration without live market context.
allPerpMetas
perpetuals universe and margin tables for every perp DEX in one request.
settledOutcome
retrieve resolution details for a settled HIP-4 binary outcome market on HyperCore.