get_starknet_nft_balance
Retrieve the number of NFTs owned by a Starknet address in a specific collection by providing the owner address and contract address.
Instructions
Get the number of NFTs owned by an address for a specific collection
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | Network name (e.g., 'mainnet', 'sepolia'). Defaults to Mainnet. | |
| ownerAddress | Yes | Owner's Starknet address or Starknet ID | |
| tokenAddress | Yes | NFT contract address or Starknet ID |