πΉ(Deprecated) Token Metadata API
Get both on-chain and off-chain metadata API for Solana tokens.
NEW β For all token metadata queries, please use the new DAS API method: getAsset
(DEPRECATED) v0/token-metadata
You can pass up to 100 mint accounts.
Use https://api-devnet.helius.xyz/v0/token-metadata for devnet metadata.
Example Use Cases
Arguably the most interesting parts of the NFT such as image URL and attributes/traits are stored on the metadata. The NFT metadata endpoint can be used to either bulk fetch multiple NFTs' metadata or a single one. Some example use cases:
NFT Photo Gallery
Rarity calculator/analysis
Dynamic/evolving NFTs
Code Samples
getMetadata.js
Last updated