Documentation Index
Fetch the complete documentation index at: https://rag-docs.peakfs.io/llms.txt
Use this file to discover all available pages before exploring further.
Description
The Get User Bank Accounts tool retrieves the bank accounts and their balances for the current user. This tool provides essential information about each bank account, including IBAN, account type, currency, balance, and additional account information. The results are structured in a JSON format, making it straightforward for agents to access and display the data.Arguments
- None
Example Configuration
Response Handling
- Successful Response: If the bank accounts are retrieved successfully, the function returns:
userBankAccounts: A list of bank accounts with details structured as follows:iban: IBAN of the bank account.type: Type of the bank account, with name.currency: Currency associated with the account, with name.balance: Current balance of the account.info: Additional information about the account.