Simulate Off-Ramp Transaction
Ramping — Simulation
Simulate Off-Ramp Transaction
POST /v1/ramp/org/simulate-offramp-transaction — Simulate an off-ramp transaction lifecycle (sandbox only)
POST
Simulate Off-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-offramp-transactionRequest Body
| Field | Type | Required | Description |
|---|---|---|---|
scenario | string | No | Simulation scenario (default: "success" — options: success, failed) |
usd_amount | number | No | Simulated USD amount (default: 50000) |
offramp_account_id | number | No | Off-ramp account ID to simulate against |
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) |