Retrieve a unified list of all money movement transactions (deposits and withdrawals) for an account. Supports filtering by type, status, currency, and date range.
HTTP Basic Authentication using the API Key as username and API Secret as password.
The unique identifier of the account
Filter transactions by type
deposit, withdrawal Filter transactions by status
pending, processing, received, completed, submitted, expired, canceled, failed Filter transactions by currency (3-letter ISO code)
3"USD"
Filter transactions from this date (YYYY-MM-DD)
Filter transactions to this date (YYYY-MM-DD)
Maximum number of transactions to return
1 <= x <= 100Number of transactions to skip for pagination
x >= 0List of transactions for the account