Skip to main content
POST
allPerpMetas | Hyperliquid Info API

Credit Cost

1 per call

Processing

Realtime
The Hyperliquid info endpoint with type: "allPerpMetas" is used to fetch the perpetuals metadata — universe definitions and margin tables — for every perp DEX in a single request.
Estimate your monthly cost for this API using the Pricing Calculator.
  • GoldRush-native — not part of the original Hyperliquid API. It fans meta out across every perp DEX so you get the whole map in one call.
  • The response is an array: index 0 is the native Hyperliquid perp DEX; each later entry is a HIP-3 builder-deployed perp DEX, in the same order as perpDexs.
  • For a single DEX’s metadata, use meta with the dex field — this endpoint is the heavier, all-DEX equivalent.
Returns the full universe and margin tables across every perp DEX on HyperCore. Each element carries a DEX’s universe (its perp asset definitions), its marginTables (leverage-bracket tiers), and the collateralToken index.

Endpoint

Request

string
required
Always "allPerpMetas".

Example

Response

An array with one entry per perp DEX. Index 0 is the native Hyperliquid perp DEX; later entries are the HIP-3 builder-deployed perp DEXes in perpDexs order.

Field descriptions

object
Perpetuals metadata for one perp DEX (index 0 = native Hyperliquid; later = HIP-3 DEXes).

perpDeployAuctionStatus

fetch the current perp-deploy Dutch-auction status.

perpDexLimits

fetch the open-interest, position-size, and transfer limits for a HIP-3 perp DEX.

perpDexs

enumerate every HIP-3 builder-deployed perpetual DEX on HyperCore.

meta

fetch the perpetuals universe metadata without live market context.

metaAndAssetCtxs

fetch the full Hyperliquid perpetuals market universe with live per-asset trading context.

outcomeMeta

enumerate all active HIP-4 binary outcome markets on HyperCore.
See all Hyperliquid endpoints: Overview hub · Info API reference Last reviewed: 2026-07-30