allPerpMetas | Hyperliquid Info API
Info API
allPerpMetas | Hyperliquid Info API
Hyperliquid allPerpMetas: perpetuals universe and margin tables for every perp DEX in one request.
POST
allPerpMetas | Hyperliquid Info API
Credit Cost
1 per call
Processing
Realtime
type: "allPerpMetas" is used to fetch the perpetuals metadata — universe definitions and margin tables — for every perp DEX in a single request.
- 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
0is 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
dexfield — this endpoint is the heavier, all-DEX equivalent.
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. Index0 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).Related endpoints
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.