API reference for fetching all transactions
customer_id
: Filter by customer ID (uuid
)search
: Search by transaction ID (partial or full match)status
: Filter by transaction status (pending
, completed
, reversed
, failed
.)transaction_id
: Filter by exact transaction IDtransaction_type
: Filter by type (deposit
, payout
, internal transfer
)transaction_mode
: Filter by mode (credit
, debit
)currency
: Filter by currency (usdc
, usdt
)start_date
: Filter by start date (format: YYYY-MM-DD
)end_date
: Filter by end date (format: YYYY-MM-DD
)page
: Page number (default: 1)limit
: Items per page (default: 10)PENDING
, COMPLETED
, REVERSED
, FAILED
DEPOSIT
, PAYOUT
, INTERNAL TRANSFER
CREDIT
, DEBIT
USDC
, USDT
x >= 1
1 <= x <= 100
Transactions retrieved successfully
The response is of type object
.