bank_get_balance
Retrieve current and available balances for a bank account using its Akahu account ID. Optionally refresh data directly from the bank before reading.
Instructions
Get the current and available balance for one bank account by its Akahu account ID. Use list_accounts to find the ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | Yes | The Akahu account ID to fetch. | |
| refresh | No | Ask Akahu to refresh from the bank before reading the balance. Adds ~10 seconds. Defaults to false. |