Transactions
Get Transactions
API reference for fetching all transactions
GET
Retrieves a list of transactions associated with your account.
Key Features:
- Supports filtering by transaction ID, customer ID, transaction type, mode, currency, date range, and status
- Allows searching by transaction ID
- Includes pagination metadata
Query Parameters:
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)
Headers
Query Parameters
Available options:
PENDING
, COMPLETED
, REVERSED
, FAILED
Available options:
DEPOSIT
, PAYOUT
, INTERNAL TRANSFER
Available options:
CREDIT
, DEBIT
Available options:
USDC
, USDT
Required range:
x >= 1
Required range:
1 <= x <= 100
Response
200
application/json
Transactions retrieved successfully
The response is of type object
.