POST /v1/ramp/org/simulate-offramp-transaction — Simulate an off-ramp transaction lifecycle (sandbox only)
POST https://api.rebelfi.io/v1/ramp/org/simulate-offramp-transaction| 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 |
| 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) |