Simulate On-Ramp Transaction
Ramping — Simulation
Simulate On-Ramp Transaction
POST /v1/ramp/org/simulate-transaction — Simulate an on-ramp transaction lifecycle (sandbox only)
POST
Simulate On-Ramp Transaction
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.
Endpoint:
POST https://api.rebelfi.io/v1/ramp/org/simulate-transactionRequest Body
| Field | Type | Required | Description |
|---|---|---|---|
scenario | string | No | Simulation scenario (default: "success" — options: success, failed, rejected, reversed) |
usd_amount | number | No | Simulated USD amount (default: 50000) |
onramp_account_id | number | No | On-ramp account ID to simulate against |
Scenarios
| Scenario | Status Progression |
|---|---|
success | pending -> processing -> in_progress -> broadcasted -> completed |
failed | pending -> processing -> failed |
rejected | pending -> rejected |
reversed | pending -> processing -> in_progress -> broadcasted -> completed -> reversed |
Example Request
Example Response
Response Fields
| Field | Type | Description |
|---|---|---|
success | boolean | Whether the simulation was accepted |
data.simulation_id | string | Unique identifier for the simulation |
data.state | string | Simulation state (accepted) |