Skip to main content
POST
Simulate Off-Ramp Transaction
Endpoint: POST https://api.rebelfi.io/v1/ramp/org/simulate-offramp-transaction
This endpoint is only available in the sandbox environment. It will return an error in production.
Simulate an off-ramp transaction lifecycle to test your integration. The simulation progresses the transaction through the specified scenario’s status sequence.

Request Body

FieldTypeRequiredDescription
scenariostringNoSimulation scenario (default: "success" — options: success, failed)
usd_amountnumberNoSimulated USD amount (default: 50000)
offramp_account_idnumberNoOff-ramp account ID to simulate against

Example Request

Example Response

Response Fields

FieldTypeDescription
successbooleanWhether the simulation was accepted
data.simulation_idstringUnique identifier for the simulation
data.statestringSimulation state (accepted)