HTTP Basic Authentication using the API Key as username and API Secret as password.
"3d0b0e65-35d3-4dcd-8df7-10286ebb4b4b"
Filter transactions by type.
deposit, withdrawal Filter transactions by status.
pending, processing, settled, failed, canceled Filter transactions by funding type.
fiat, crypto 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
Unique identifier for the transaction.
"txn_a1b2c3d4e5f6g7h8"
Account ID associated with the transaction.
"3d0b0e65-35d3-4dcd-8df7-10286ebb4b4b"
Type of transaction.
deposit, withdrawal "deposit"
Current status of the transaction.
pending, processing, settled, failed, canceled "pending"
Transaction amount.
"5000.00"
Currency of the transaction.
"USD"
Type of funding used.
fiat, crypto "fiat"
Details of the funding method used.
Description of the transaction.
"Initial account funding"
External reference ID for client tracking.
"ref_12345"
Fee charged for the transaction.
"0.00"
Net amount after fees.
"5000.00"
Timestamp when the transaction was created.
"2025-10-18T10:30:00Z"
Timestamp when the transaction was settled.
null
Timestamp when the transaction failed.
null
Reason for transaction failure if applicable.
null