check_nft_ownership
Check if a wallet owns a specific NFT from a given collection. Provide collection contract address and token ID to confirm ownership on popular EVM networks.
Instructions
Check if an address owns a specific NFT
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 check | |
| collectionAddress | Yes | NFT collection contract address |