Skip to main content
POST
metaAndAssetCtxs | Hyperliquid Info API

Credit Cost

1 per call

Processing

Realtime
The Hyperliquid info endpoint with type: "metaAndAssetCtxs" is used to fetch the full Hyperliquid perpetuals market universe with live per-asset trading context.
Estimate your monthly cost for this API using the Pricing Calculator.
  • Wire-equal to POST api.hyperliquid.xyz/info with {"type": "metaAndAssetCtxs"}.
Returns a tuple [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 the universe 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.
string
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.

spotMetaAndAssetCtxs

fetch the spot universe metadata, token configuration, and live market data in a single call.

activeAssetData

fetch a user’s active trading limits, leverage setting, available size, and mark price for a single…

meta

fetch the perpetuals universe metadata without live market context.

outcomeMeta

enumerate all active HIP-4 binary outcome markets on HyperCore.
Last reviewed: 2026-06-13