API reference for fetching transactions by customer ID
customer_id
: The customer’s unique identifier (UUID, required)search
: Search by transaction ID (partial or full match)status
: Filter by transaction status (PENDING
, COMPLETED
, FAILED
, REVERSED
)transaction_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: 20, max: 100)PENDING
, COMPLETED
, FAILED
, REVERSED
DEPOSIT
, PAYOUT
, INTERNAL TRANSFER
CREDIT
, DEBIT
x >= 1
1 <= x <= 100
Transactions retrieved successfully
The response is of type object
.