Get Transaction History
virtualsms_get_transactionsFilter and retrieve your account transaction history by type (deposit, purchase, refund, admin_credit), date range, and pagination. Get detailed records to monitor transactions.
Instructions
Transaction history for the account with optional filters for type, date range, and pagination. Types: "deposit", "purchase", "refund", "admin_credit".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Filter by type: "deposit", "purchase", "refund", "admin_credit" | |
| from | No | Lower bound on created_at — RFC3339 or YYYY-MM-DD | |
| to | No | Upper bound on created_at — RFC3339 or YYYY-MM-DD | |
| limit | No | Max transactions (1-200, default: 50) | |
| offset | No | Pagination offset (default: 0) |