GET /v1/ramp/transactions/ — Get a single ramp transaction with full detail
Documentation Index
Fetch the complete documentation index at: https://docs.rebelfi.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
GET https://api.rebelfi.io/v1/ramp/transactions/{id}| Field | Type | Required | Description |
|---|---|---|---|
id | integer | Yes | Transaction ID |
| Field | Type | Description |
|---|---|---|
id | number | Transaction identifier |
ramp_recipient_id | number | Associated recipient ID |
ramp_recipient_name | string | Recipient name |
type | string | Transaction type (onramp or offramp) |
usd_amount | number | USD amount of the transaction |
total_fee | number | Total fees charged |
developer_fee | number | Developer fee portion |
delivered_amount | number | Amount delivered after fees |
source_asset | string | Source asset (e.g., "USD" or "USDC") |
destination_asset | string | Destination asset (e.g., "USDC" or "USD") |
network_id | string | Blockchain network identifier |
exchange_rate | number | Exchange rate applied |
tx_hash | string? | Blockchain transaction hash, null if not yet broadcast |
payment_rail | string | Payment rail used (ach, fedwire, swift) |
payment_reference | string? | Payment reference identifier |
status | string | Current transaction status |
failure_reason | string? | Reason for failure, null if not failed |
status_history | array | Array of status transitions |
status_history[].status | string | Status at this point |
status_history[].timestamp | string | When the status changed (ISO 8601) |
created_at | string | Creation timestamp (ISO 8601) |
completed_at | string? | Completion timestamp (ISO 8601), null if not completed |