List wallet transactions with optional type filter.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Returns paginated wallet transaction history. Each transaction includes:
| Field | Type | Description |
|---|---|---|
transaction_id | int | Unique transaction ID |
user_id | int | Your user ID |
type | string | Transaction type (purchase, deposit, withdrawal, transfer, refund, adjustment) |
amount | float | Transaction amount (negative = debit, positive = credit) |
transaction_date | ISO 8601 | When the transaction occurred |
note | string | Description of the transaction |
other_user_id | int | Recipient/sender for transfers (0 if N/A) |
purchase_request_id | int | Linked purchase request (0 if N/A) |
Filter by type to see only purchases, deposits, withdrawals, transfers, etc.