ankr_getNFTMetadata
ankr_getNFTMetadata
Retrieves metadata for the specified NFT (ERC721/ERC1155/ENS/POAP).
Request
This endpoint expects an object.
contractAddress
Address of the NFT contract the metadata belongs to. Supports ENS.
blockchain
Name of the blockchain.
forceFetch
Get NFT metadata from the contract (true) or database (false).
tokenId
Token ID of the NFT the metadata belongs to. Created by the contract when minting the NFT.
Response
Result returned by ankr_getNFTMetadata.
attributes
Attributes of the NFT.
metadata
Metadata of the NFT.