Overview
Themonei.transaction service allows you to retrieve and filter user transactions, including deposits and individual transaction lookups by ID or reference.
This service provides:
- Fetch all user transactions
- Filter transactions by type
- Retrieve deposits only
- Get transaction details by ID
- Get transaction details by reference
Note: All methods return response objects with attributes accessible via dot notation (e.g.,transactions.data.transactions,deposit.amount).
Get User Transactions
Retrieve all transactions for the authenticated user.Get Transactions by Type
Filter transactions by type using theTransactionType enum.
Available Types
TransactionType.CREDITTransactionType.DEBIT

