Skip to main content
Preview Documentation — This integration is in final testing. API shapes are stable; endpoints will be live shortly. Contact your RebelFi rep if you have questions before go-live.

List Transactions

Returns transactions with filtering and pagination.

Query Parameters

integer
Filter by recipient ID
string
Filter by status: pending, processing, in_progress, awaiting_confirmation, broadcasted, completed, failed, rejected, timed_out, canceled, reversed
string
Filter from date (ISO 8601)
string
Filter to date (ISO 8601)
integer
default:"1"
Page number
integer
default:"20"
Results per page (max 100)

Response

number
Transaction identifier
number
Recipient ID this transaction belongs to
string
Recipient name
string
USD amount deposited
string
Total fee deducted (in USD)
string
Stablecoin amount (USDC/USDT) delivered to your wallet
string
Current transaction status
string
ISO 8601 timestamp when the transaction was created
string
ISO 8601 timestamp when funds were delivered (only present for completed transactions)

Get Transaction

Returns a single transaction with full status history.
integer
required
Transaction ID

Response

Transaction Statuses