readNFT
Get NFT Balance
get_nft_balanceReturn the NFT balance of a wallet for a given contract — count for ERC-721 or per-token balance for ERC-1155.
§ Inputs
| Name | Type | Description |
|---|---|---|
addressRequired | 0x… address | Wallet to inspect. |
contractRequired | 0x… address | NFT contract address. |
token_id | string | Required for ERC-1155. |
standard | erc721 | erc1155 | Token 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.