getNFTMetadata
Retrieve metadata for any NFT by providing its contract address, token ID, and chain ID. Ideal for Ethereum-based automation and crypto research.
Instructions
Gets metadata for an NFT token by contract address and token ID
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chainId | Yes | The chain ID where the NFT exists | |
| contractAddress | Yes | The NFT contract address | |
| tokenId | Yes | The token ID of the NFT |