Retrieve comprehensive spot market metadata and asset contexts, including token details, trading pairs, market prices, volumes, and circulating supply information for all spot assets on Hyperliquid.
info
endpoint with type: "spotMetaAndAssetCtxs"
retrieves comprehensive metadata and market contexts for all spot assets on the Hyperliquid exchange. This endpoint provides detailed information about token specifications, trading pairs, market prices, volumes, supply metrics, and EVM contract details for spot trading analysis and integration.
type
(string, required) — The request type. Must be "spotMetaAndAssetCtxs"
to retrieve spot market metadata and asset contexts.name
(string) — Token symbol/ticker (e.g., “PURR”, “HYPE”)szDecimals
(number) — Size decimals for trade sizing precisionweiDecimals
(number) — Wei decimals for on-chain representationindex
(number) — Unique index identifier for the tokentokenId
(string) — Hexadecimal token identifierisCanonical
(boolean) — Whether this is the canonical version of the tokenevmContract
(object/null) — EVM contract details if bridged:
address
(string) — Contract address on EVM chainevm_extra_wei_decimals
(number) — Additional decimal adjustment for EVMfullName
(string/null) — Full descriptive name of the tokendeployerTradingFeeShare
(string) — Fee share percentage for token deployerprevDayPx
(string) — Previous day’s closing pricedayNtlVlm
(string) — Daily notional volume in USDCmarkPx
(string) — Current mark pricemidPx
(string) — Current mid price from order bookcirculatingSupply
(string) — Circulating token supplycoin
(string) — Trading pair identifier (e.g., “PURR/USDC”, “@150”)totalSupply
(string) — Total token supplydayBaseVlm
(string) — Daily base asset volumeSuccessfully retrieved spot market metadata and asset contexts
Array containing spot token metadata and market contexts