Get Transactions
get_transactionsRetrieve all transactions for a specified wallet within a given date range, enabling expense analysis and account reconciliation.
Instructions
Fetch transactions for a wallet between two dates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | No | JWT token returned by the login tool or derived from EMAIL/PASSWORD environment variables | |
| walletId | Yes | Wallet identifier | |
| startDate | Yes | Start date in YYYY-MM-DD format | |
| endDate | Yes | End date in YYYY-MM-DD format |