freee_get_walletables
Retrieve all walletable accounts including bank accounts, credit cards, and wallets. Use withBalance=true to check the current cash position across all accounts.
Instructions
Get list of bank accounts, credit cards, and wallets - Retrieves all walletable accounts in one call. Use with withBalance=true to check current cash position across all accounts. For aggregated financial analysis, prefer balance_sheet API. Use this for account-level balance checks and cash management.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| companyId | No | Company ID (optional, uses FREEE_DEFAULT_COMPANY_ID if not provided) | |
| withBalance | No | When true, includes current balance for each account. Useful for cash position analysis. |