Get user's transaction history
Transactions
Get user's transaction history
Retrieves a paginated list of transactions for the authenticated user. DJs can see withdrawals and credits, while regular users can see deposits and debits.
GET
Get user's transaction history
Authorizations
Access token obtained during login or registration. Use this token in the Authorization header for authenticated requests.
Query Parameters
Filter transactions by type. For DJs: 'withdrawal' or 'credit'. For regular users: 'deposit' or 'debit'. Leave empty to get all transactions
Available options:
withdrawal, credit, deposit, debit Number of transactions per page (1-100).
Required range:
1 <= x <= 100Page number for pagination.
Required range:
x >= 1