Get Money Lover transactions
get_transactionsRetrieve all transactions for a specific wallet within a date range. Provide the wallet ID, start date, and end date to get a clear list of transactions, helping you review spending or reconcile statements.
Instructions
Fetch transactions for a wallet between two dates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | No | Optional access token override | |
| endDate | Yes | End date, YYYY-MM-DD | |
| walletId | Yes | Wallet identifier | |
| startDate | Yes | Start date, YYYY-MM-DD |