List Transactions
Returns transactions with filtering and pagination.Query Parameters
Filter by merchant ID
Filter by status:
pending, processing, in_progress, awaiting_confirmation, broadcasted, completed, failed, rejected, timed_out, canceled, reversedFilter from date (ISO 8601)
Filter to date (ISO 8601)
Page number
Results per page (max 100)
Response
Transaction identifier
Merchant ID this transaction belongs to
Merchant name
USD amount deposited
Total fee deducted (in USD)
Your platform’s fee portion (in USD)
USDC amount delivered to your wallet
Current transaction status
ISO 8601 timestamp when the transaction was created
ISO 8601 timestamp when USDC was delivered (only present for completed transactions)
Get Transaction
Returns a single transaction with full status history.Transaction ID
Response
Transaction Statuses
| Status | Description |
|---|---|
pending | Deposit detected, conversion not started |
processing | Conversion in progress |
in_progress | Conversion actively executing |
awaiting_confirmation | Waiting for blockchain confirmation |
broadcasted | USDC transaction broadcasted to chain |
completed | USDC delivered to your wallet |
failed | Conversion failed |
rejected | Transaction rejected |
timed_out | Transaction timed out |
canceled | Transaction canceled |
reversed | Deposit reversed — funds returned to sender |