High level
There is a TON Center API method that retrieves NFT metadata.Low level
To get full NFT metadata manually:- Resolve the NFT item address by index from the collection, if needed, 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).