get_nft_metadata
Retrieve metadata for a specific NFT by providing its contract address and token ID. Supports ERC721 and ERC1155 token types, with an option to refresh cached data.
Instructions
Get metadata for a specific NFT
Input Schema
Name | Required | Description | Default |
---|---|---|---|
contractAddress | Yes | The contract address of the NFT | |
refreshCache | No | Whether to refresh the cache | |
tokenId | Yes | The token ID of the NFT | |
tokenType | No | The token type (ERC721 or ERC1155) |