GET_BALANCE

Retrieve the current balance of your bank accounts. Use this to monitor the available balance for individual accounts or all accounts.

icon of Bank AccountsBank Accounts
Not a big fan of functions?
Use the Actions Wizard to configure any action in Rows without functions.

Parameter List

Syntax
GET_BALANCE(
[account]
)
[optional] account

The bank account name or ID from which to retrieve the balance.

Examples

GET_BALANCE("Checking") returns {"account_name": "Checking", "balance": 1500, "retrieved_on": "2024-08-10"}