Retrieve comprehensive details for a specific token including supply metrics, pricing data, deployment information, and circulation details on the Hyperliquid exchange.
info
endpoint with type: "tokenDetails"
retrieves comprehensive information about a specific token on the Hyperliquid exchange. This endpoint provides detailed supply metrics, pricing data, deployment information, and circulation details for in-depth token analysis and portfolio management.
type
(string, required) — The request type. Must be "tokenDetails"
to retrieve token details.tokenId
(string, required) — The hexadecimal token identifier to query. This can be obtained from the spotMetaAndAssetCtxs
endpoint.name
(string) — Token symbol/ticker (e.g., “USDC”, “PURR”, “HYPE”)maxSupply
(string) — Maximum possible token supply (may be unlimited)totalSupply
(string) — Current total token supply in circulationcirculatingSupply
(string) — Current circulating supply available for tradingfutureEmissions
(string) — Planned future token emissionsszDecimals
(number) — Size decimals for trade sizing precisionweiDecimals
(number) — Wei decimals for on-chain representationmidPx
(string) — Current mid price from order bookmarkPx
(string) — Current mark price used for valuationprevDayPx
(string) — Previous day’s closing pricegenesis
(object/null) — Genesis block information if applicabledeployer
(string/null) — Address of the token deployerdeployGas
(string/null) — Gas used for token deploymentdeployTime
(number/null) — Unix timestamp of deploymentseededUsdc
(string) — USDC seeded for initial liquiditynonCirculatingUserBalances
(array) — Non-circulating balances held by usersspotMetaAndAssetCtxs
endpoint to get all token metadatatokenId
field from the desired token’s metadatatokenId
in this endpoint for detailed informationSuccessfully retrieved token details
Comprehensive token information including supply, pricing, and deployment data