EDUCHAIN Agent Kit

get_nft_balance

Get the NFT balance of a wallet address for a specific NFT collection

Input Schema

NameRequiredDescriptionDefault
fetchTokenIdsNoWhether to fetch token IDs (default: true)
nftAddressYesNFT contract address
walletAddressYesWallet address to check

Input Schema (JSON Schema)

{ "properties": { "fetchTokenIds": { "description": "Whether to fetch token IDs (default: true)", "type": "boolean" }, "nftAddress": { "description": "NFT contract address", "type": "string" }, "walletAddress": { "description": "Wallet address to check", "type": "string" } }, "required": [ "nftAddress", "walletAddress" ], "type": "object" }