NFT metadata is split into two parts: the collection stores collection-wide data, and the item stores item-specific data, which may not include the full metadata.Documentation Index
Fetch the complete documentation index at: https://companyname-a7d5b98e-closes-1950-ai-ai-ai-ai-ai-ai-ai.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
High level
There is a TON Center API method that retrieves NFT metadata.Low level
To get full NFT metadata manually:- If it is not known, resolve the NFT item address by its index from the collection using
get_nft_address_by_index(index). - Get the individual content from the item contract using
get_nft_data(). - Get the full metadata from the collection contract using
get_nft_content(index, individual_content).