Skip to main content

Token Metadata

Query metadata for native token denominations registered on XYZ Chain. This covers the base uxyz denomination and any other registered denoms.

List All Denominations

Returns metadata for all registered denominations.

Key Fields

Get Specific Denomination

Query metadata for a single denomination.
Returns the same structure as above for the specified denom.

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:

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.