fetch_nft_metadata
Fetch and parse NFT metadata by providing a collection address and token ID. Returns the token's metadata from its URI across major EVM networks.
Instructions
Fetch and parse NFT metadata from its token URI
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | Network name (e.g. 'bsc', 'opbnb', 'ethereum', 'base', etc.) or chain ID. Supports others main popular networks. Defaults to BSC mainnet. | bsc |
| tokenId | Yes | Token ID to fetch metadata for | |
| collectionAddress | Yes | NFT collection contract address |