Skip to main content
Glama

EDUCHAIN Agent Kit

get_nft_balance

Retrieve the NFT balance of a specific wallet address for a designated NFT collection using contract and wallet address inputs.

Instructions

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" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/SailFish-Finance/educhain-ai-agent-kit'

If you have feedback or need assistance with the MCP directory API, please join our Discord server