Get Transactions
get_transactionsFetch wallet transactions within a specified date range to track financial activity and analyze spending patterns.
Instructions
Fetch transactions for a wallet between two dates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| walletId | Yes | Wallet identifier | |
| startDate | Yes | Start date in YYYY-MM-DD format | |
| endDate | Yes | End date in YYYY-MM-DD format |