Create Off-Ramp Order
Initiates a single crypto-to-fiat off-ramp transaction based on a previously obtained quote and the customer’s destination fiat account. Returns the transaction id and the crypto deposit address the customer must send funds to. The order executes automatically once the crypto deposit is confirmed. Use this for one-off withdrawals; to reuse a destination account across many spontaneous deposits, create an Off-Ramp Session instead.
Authorizations
Access token obtained via /oauth2/token/. Use as Authorization: Bearer <access_token>.
Body
Details for creating an off-ramp order.
Unique identifier for the customer.
"b6cecc1f-c90d-424b-adaa-c82b780696c1"
Unique identifier for the off-ramp quote obtained from the Quoting Endpoint.
"8142b065-79c4-4f48-9e33-11b17bc658d4"
Unique identifier for the customer's destination fiat account (the external fiat account that will receive the payout). It must be ENABLED.
"fca6d32f-2f7e-4f7e-b224-8be0b92fa3f1"
Unique identifier for the order that is being created, provided by the partner. Used for idempotency.
"e6c4f1ec-899f-43b5-8479-c2529e3f9c70"
On-chain address to return the crypto to if the order fails. Required only when the account is configured to refund to an explicit address (not to the on-chain origin).
"0x4e88BBeFF059BDDF5BF90ee0816E86eDf4214b32"
Optional partner-defined metadata to attach to the order.
Response
Off-Ramp order created successfully.
Unique identifier for the created off-ramp order.
Date and time the off-ramp order was created.
The crypto deposit address the customer must send funds to. Once the deposit is confirmed, the order executes automatically.
The effective on-chain refund address for this order, if any.