Parameters
No parameters required.Response
| Field | Type | Description |
|---|---|---|
| total_accounts | integer | Number of connected accounts |
| accounts | array | Per-account details |
| accounts[].type | string | Account type (CHECKING, SAVINGS, CREDIT_CARD, LOAN, etc.) |
| accounts[].mask | string | Masked account number |
| accounts[].nickname | string | Account display name |
| accounts[].balances | object | Balance information |
| accounts[].balances.currency_code | string | ISO 4217 currency code |
| accounts[].balances.balance | string | Current balance |
| accounts[].balances.available_balance | string | Available balance |
| accounts[].balances.credit_limit | string | Credit limit (if applicable) |
| accounts[].provider | object | Financial institution details (id, name, logo_url) |
| aggregated_balances | array | Totals grouped by account type and currency |
| aggregated_balances[].type | string | Account type |
| aggregated_balances[].balance | string | Sum of balances for this type |
| aggregated_balances[].account_count | integer | Number of accounts in this group |
Example
Prompt: “What’s my current balance across all accounts?”Related
- balanceHistory - track balances over time
- Balances API - REST endpoint equivalent