info (allPerpMetas)
Hyperliquid node API
allPerpMetas | Hyperliquid info
The info endpoint with type: “allPerpMetas” retrieves metadata for all perpetual DEXes on Hyperliquid. Hyperliquid info via Chainstack.
POST
info (allPerpMetas)
Documentation Index
Fetch the complete documentation index at: https://docs.chainstack.com/llms.txt
Use this file to discover all available pages before exploring further.
This method is available on Chainstack. Not all Hyperliquid methods are available on Chainstack, as the open-source node implementation does not support them yet — see Hyperliquid methods for the full availability breakdown.
info endpoint with type: "allPerpMetas" retrieves metadata for all perpetual DEXes on Hyperliquid. Returns an array of universe and margin table configurations for each perp DEX.
Get your own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.
Parameters
Request body
type(string, required) — The request type. Must be"allPerpMetas".
Response
The response is an array of objects, one per perp DEX, each containing:universe(array) — Array of perpetual assets withname,szDecimals,maxLeverage,marginTableId, and optionalonlyIsolatedandisDelistedflags.marginTables(array) — Array of margin table tuples with table ID and margin tier configurations.
Example request
Shell
Example response
Use case
Theinfo endpoint with type: "allPerpMetas" is useful for:
- Retrieving perpetual metadata across all DEXes in a single call
- Building multi-DEX trading interfaces
- Comparing available assets and leverage limits across different perp DEXes
- Caching exchange-wide perpetual configuration data
Body
application/json
Request type
Available options:
allPerpMetas Response
200 - application/json
Array of perp metadata for all DEXes
The response is of type object.
Last modified on May 18, 2026