get_edu_balance
Retrieve the EDU token balance for a specific wallet address using the 'get_edu_balance' tool from the EDUCHAIN Agent Kit to monitor token holdings.
Instructions
Get the EDU balance of a wallet address
Input Schema
Name | Required | Description | Default |
---|---|---|---|
walletAddress | Yes | Wallet address to check |
Input Schema (JSON Schema)
{
"properties": {
"walletAddress": {
"description": "Wallet address to check",
"type": "string"
}
},
"required": [
"walletAddress"
],
"type": "object"
}