List transactions for a player
Transactions
List Player Transactions
Returns paginated transaction history for a player, sorted newest first.
GET
List transactions for a player
Results are ordered byDocumentation Index
Fetch the complete documentation index at: https://docs.winampay.de/llms.txt
Use this file to discover all available pages before exploring further.
created_at descending. Use page and limit to paginate. Filter by status and direction to narrow results.
| Filter | Example values |
|---|---|
status | pending, succeeded, failed, pending_approval |
direction | deposit, withdrawal |
The
player_id must match the value passed in your original POST /deposits or POST /withdrawals request.Authorizations
Path Parameters
Query Parameters
Filter by state (e.g. pending, succeeded, failed, pending_approval)
Filter by direction: deposit | withdrawal
Page number (1-based)
Required range:
x >= 1Items per page (max 100)
Required range:
1 <= x <= 100