freee_get_wallet_txns
Get wallet transactions (bank, credit card, or wallet) for a specific account. Filter by date, entry side, and paginate up to 100 records.
Instructions
Get list of wallet transactions (口座明細) - Retrieves bank/credit card/wallet transaction entries. Requires walletableType and walletableId for specific account filtering. Use freee_get_walletables first to get account IDs. Max 100 records per page. For cash flow analysis, consider report APIs for aggregated data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| companyId | No | Company ID (optional, uses FREEE_DEFAULT_COMPANY_ID if not provided) | |
| walletableType | No | Type of wallet account to filter | |
| walletableId | No | Wallet account ID to filter | |
| startDate | No | Start date (YYYY-MM-DD) | |
| endDate | No | End date (YYYY-MM-DD) | |
| entrySide | No | Filter by income or expense | |
| offset | No | Pagination offset | |
| limit | No | Number of results (1-100) |