EDUCHAIN Agent Kit

get_edu_balance

Retrieve the EDU token balance for a specified wallet address using the EDUCHAIN Agent Kit. Input the wallet address to obtain accurate and instant balance information.

Instructions

Get the EDU balance of a wallet address

Input Schema

NameRequiredDescriptionDefault
walletAddressYesWallet address to check

Input Schema (JSON Schema)

{ "properties": { "walletAddress": { "description": "Wallet address to check", "type": "string" } }, "required": [ "walletAddress" ], "type": "object" }
ID: fd54q7e2lz