Token Metadata
Query metadata for native token denominations registered on XYZ Chain. This covers the baseuxyz denomination and any other registered denoms.
List All Denominations
Returns metadata for all registered denominations.Response
Response
Key Fields
Get Specific Denomination
Query metadata for a single denomination.CW20 Token Metadata
CW20 tokens (created via the Launchpad or custom contracts) are not native denominations — they live inside WASM contracts. To query their metadata, use the smart contract query endpoint:Response
Response
CW20 vs Native Tokens
For querying CW20 token data in bulk (all launchpad tokens, prices, volumes), use the Launchpad API instead. It provides pre-indexed data that’s much faster than querying individual contracts.