EDUCHAIN Agent Kit

get_token_balance

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