You can only use this endpoint on the official Hyperliquid public API. It is not available through Chainstack, as the open-source node implementation does not support it yet.
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.
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"spotMetaAndAssetCtxs"
to retrieve spot market metadata and asset contexts.
Response
The response returns an array with two elements:- Token metadata array — Detailed specifications for all spot tokens
- Market context array — Real-time trading data and supply information
Token Metadata Structure
Each token metadata object contains: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 EVM
fullName
(string/null) — Full descriptive name of the tokendeployerTradingFeeShare
(string) — Fee share percentage for token deployer
Market Context Structure
Each market context object contains:prevDayPx
(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 volume
Trading Pair Notation
- Named pairs — Direct symbol notation (e.g., “PURR/USDC”)
- Index pairs — Reference by index (e.g., “@150” for token index 150)
- Base pair — Most pairs trade against USDC as the quote currency
Use Cases
Token Discovery and Analysis- Browse all available spot tokens with complete metadata
- Analyze token specifications and decimal configurations
- Identify canonical vs non-canonical token versions
- Monitor real-time prices and spreads across all spot pairs
- Track daily trading volumes and price movements
- Analyze supply metrics and market capitalization
- Configure trading interfaces with proper decimal handling
- Implement token bridges using EVM contract information
- Build market scanners and analytics dashboards
- Track holdings across all spot assets
- Calculate portfolio values using current mark prices
- Monitor supply changes and dilution events
Key Features
- Complete market coverage — All spot assets and trading pairs
- Real-time data — Current prices, volumes, and supply metrics
- Technical specifications — Decimal precision and contract details
- Cross-chain support — EVM contract information for bridged assets
- Fee transparency — Deployer fee shares for each token
Notes
- Token indices provide a stable reference for programmatic access
- Mark prices may differ from mid prices during volatile market conditions
- Circulating supply may be less than total supply due to locked or vested tokens
- EVM contract details enable cross-chain asset tracking and arbitrage
- Daily volumes reset at UTC midnight
- Some tokens may have null full names or EVM contracts if not applicable
Body
application/json
The request type for spot market metadata and asset contexts
Response
200 - application/json
Successfully retrieved spot market metadata and asset contexts
Array containing spot token metadata and market contexts