getNFTMetadata
Retrieve metadata for Ethereum NFTs using contract address, token ID, and chain ID to access token details and attributes.
Instructions
Gets metadata for an NFT token by contract address and token ID
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contractAddress | Yes | The NFT contract address | |
| tokenId | Yes | The token ID of the NFT | |
| chainId | Yes | The chain ID where the NFT exists |