Authorizations
Access token obtained via /oauth2/token/. Use as Authorization: Bearer <access_token>
.
Query Parameters
Filter orders/sessions created after this date (ISO 8601 format).
Filter orders/sessions created before this date (ISO 8601 format).
Maximum number of items to return.
x >= 1
Starting point to limit the total items to return (for pagination).
x >= 0
Response
A list of off-ramp orders.
Unique identifier for the off-ramp transaction.
Date and time the off-ramp transaction was created.
Customer's unique identifier.
Reference to the original quote used for this transaction.
The source cryptocurrency being off-ramped.
"USDC"
The target fiat currency received.
"ARS"
The amount of the target currency transferred or to be transferred.
The cryptocurrency blockchain for the deposit address.
"ETHEREUM"
The current transaction status (subset of OnRamp statuses, specific OffRamp statuses to be confirmed from full API spec if different).
The transaction hash for the on-chain operation (crypto deposit).