Skip to main content
GET
Get Transaction
Endpoint: GET https://api.rebelfi.io/v1/ramp/transactions/{id}
Get a single ramp transaction with full details including blockchain and payment information.

Path Parameters

FieldTypeRequiredDescription
idintegerYesTransaction ID

Example Request

Example Response

Response Fields

FieldTypeDescription
idnumberTransaction identifier
ramp_recipient_idnumberAssociated recipient ID
ramp_recipient_namestringRecipient name
typestringTransaction type (onramp or offramp)
usd_amountnumberUSD amount of the transaction
total_feenumberTotal fees charged
developer_feenumberDeveloper fee portion
delivered_amountnumberAmount delivered after fees
source_assetstringSource asset (e.g., "USD" or "USDC")
destination_assetstringDestination asset (e.g., "USDC" or "USD")
network_idstringBlockchain network identifier
exchange_ratenumberExchange rate applied
tx_hashstring?Blockchain transaction hash, null if not yet broadcast
payment_railstringPayment rail used (ach, fedwire, swift)
payment_referencestring?Payment reference identifier
statusstringCurrent transaction status
failure_reasonstring?Reason for failure, null if not failed
status_historyarrayArray of status transitions
status_history[].statusstringStatus at this point
status_history[].timestampstringWhen the status changed (ISO 8601)
created_atstringCreation timestamp (ISO 8601)
completed_atstring?Completion timestamp (ISO 8601), null if not completed