(Deprecated) Token Metadata API
Get both on-chain and off-chain metadata for Solana tokens.
Last updated
Was this helpful?
Get both on-chain and off-chain metadata for Solana tokens.
Last updated
Was this helpful?
This is a deprecated method. Please use the new getAsset method in the DAS API for all token metadata queries.
Mainnet โ https://api.helius.xyz/v0/token-metadata
Devnet โ https://api-devnet.helius.xyz/v0/token-metadata
This Token Metadata endpoint returns all metadata associated with an account (Token/NFT), including data from the legacy token list. In a single request, you can pass up to 100 mint accounts.
The api key.
The mint account of the token to retrieve metadata for.
Include offchain data referenced in the uri of the metadata account. Omitting defaults to false.
Disable usage of cache, useful for monitoring metadata changes.