Skip to main content

metaAndAssetCtxs Info Endpoint Method

Loading...

Updated on
May 07, 2026

metaAndAssetCtxs Info Endpoint Method

metaAndAssetCtxs is not currently available through Quicknode's /info endpoint. This method is not part of the open-source Hyperliquid node.

Alternatives:

  • Query perpetual market data through Hyperliquid's public API (subject to Hyperliquid rate limits)
  • Use SQL Explorer to query the hyperliquid_perpetual_market_contexts table for funding rates, open interest, and mark prices

Parameters

type
string
REQUIRED
Loading...

Returns

universe
array
Loading...
name
string
Loading...
szDecimals
integer
Loading...
maxLeverage
integer
Loading...
marginTableId
integer
Loading...
onlyIsolated
boolean
Loading...
isDelisted
boolean
Loading...
marginMode
string
Loading...
marginTables
array
Loading...
tableId
integer
Loading...
description
string
Loading...
marginTiers
array
Loading...
lowerBound
string
Loading...
maxLeverage
integer
Loading...
collateralToken
integer
Loading...
assetCtxs
array
Loading...
coin
string
Loading...
funding
string
Loading...
openInterest
string
Loading...
prevDayPx
string
Loading...
dayNtlVlm
string
Loading...
dayBaseVlm
string
Loading...
premium
string
Loading...
oraclePx
string
Loading...
markPx
string
Loading...
midPx
string
Loading...
impactPxs
array
Loading...
buyImpact
string
Loading...
sellImpact
string
Loading...
Request
1
curl https://api.hyperliquid.xyz/info \
2
-X POST \
3
-H "Content-Type: application/json" \
4
--data '{"type":"metaAndAssetCtxs"}'
1
curl https://api.hyperliquid.xyz/info \
2
-X POST \
3
-H "Content-Type: application/json" \
4
--data '{"type":"metaAndAssetCtxs"}'
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free