Skip to main content
Glama

EDUCHAIN Agent Kit

get_token_balance

Retrieve the token balance of a specified wallet address, with USD valuation, using SailFish as the price oracle within the EDUCHAIN Agent Kit.

Instructions

Get the token balance of a wallet address with USD value using SailFish as price oracle

Input Schema

NameRequiredDescriptionDefault
tokenAddressYesToken contract address
walletAddressYesWallet address to check

Input Schema (JSON Schema)

{ "properties": { "tokenAddress": { "description": "Token contract address", "type": "string" }, "walletAddress": { "description": "Wallet address to check", "type": "string" } }, "required": [ "tokenAddress", "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