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.

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.
See all Hyperliquid endpoints: Overview hub · Info API reference Last reviewed: 2026-06-13