get_nfts_by_owner
Get the NFT count for a wallet address in a specific collection, supporting multiple EVM networks such as Ethereum, BSC, and Base.
Instructions
Get the count of NFTs owned by an address in a specific collection
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 |
| ownerAddress | Yes | Owner address to check | |
| collectionAddress | Yes | NFT collection contract address |