Wallet Transactions
Wallet transaction listing with filters.
Authentication: Bearer token required.
List Wallet Transactions
Endpoint: GET /api/v1/wallet-transactions
Query Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| wallet_id | string | Yes | — | Wallet UUID |
| status | string | No | — | started, in_progress, done, error |
| type | string | No | — | withdraw, deposit |
| page | int | No | 1 | Page number |
| per_page | int | No | 10 | Items per page (max 100) |
Response — 200 OK
Paginated list with items (id, wallet_id, wallet, external_id, hash, status, type, created_at, etc.), page, per_page, total.