Documentation Index
Fetch the complete documentation index at: https://virtualsms.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
GET /api/v1/customer/transactions
Returns a paginated list of account transactions — every balance movement.
Query parameters
| Name | Default | Description |
|---|---|---|
type | (all) | Filter by transaction type (deposit, purchase, refund, credit) |
from | (none) | ISO timestamp lower bound |
to | (none) | ISO timestamp upper bound |
limit | 50 | Page size (max 100) |
offset | 0 | Pagination offset |
Response
Notes
- Negative
amount= balance decrease (purchases). Positiveamount= balance increase (deposits, refunds, credits). order_idis set only on transactions tied to a specific order.countis the total matching transactions across all pages, not just this page.