get_wallet_transactions
Retrieve wallet transaction history with optional date filters and pagination for efficient management.
Instructions
Get wallet transaction history with optional filtering.
Args:
from_date: Filter transactions from this date (ISO format, optional)
to_date: Filter transactions to this date (ISO format, optional)
page: Page number for pagination (1-indexed, default: 1)
per_page: Number of items per page (default: 10, min: 1, max: 100)
Returns:
List of transaction dictionaries
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| to_date | No | ||
| per_page | No | ||
| from_date | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |