Celina/Tools/NFT/get-nft-balance
readNFT

Get NFT Balance

get_nft_balance

Return the NFT balance of a wallet for a given contract — count for ERC-721 or per-token balance for ERC-1155.

§ Inputs

NameTypeDescription
addressRequired0x… addressWallet to inspect.
contractRequired0x… addressNFT contract address.
token_idstringRequired for ERC-1155.
standarderc721 | erc1155Token standard. Auto-detected when omitted.

§ Returns

{ balance, standard }

§ Try saying

  • How many NFTs of contract 0x… does 0x… own?

Use this tool

Once Celina is wired into your MCP client, just ask in plain language. The LLM picks get_nft_balance automatically.