Authorizations
Access token obtained via /oauth2/token/. Use as Authorization: Bearer <access_token>
.
Query Parameters
Filter orders by type.
ONRAMP
, OFFRAMP
Filter orders by status.
PENDING
, PROCESSING
, COMPLETED
, CANCELLED
, REFUNDED
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 transactions. The structure of each object in the list depends on its type (OnRamp or OffRamp).
Unique identifier for the on-ramp transaction.
"21d8a046-3221-4b43-a301-0f9adcdd9a45"
Date and time the on-ramp transaction was created.
Customer's unique identifier.
Reference to the original quote used for this transaction.
The source currency (fiat) used in the on-ramp transaction.
"ARS"
The target cryptocurrency received in the on-ramp transaction.
"USDC"
The amount of the target cryptocurrency received (based on the original quote).
The target blockchain network for the cryptocurrency deposit.
"ETHEREUM_SEPOLIA"
The payment method used for the fiat deposit.
"wire"
The customer's deposit address on the target blockchain.
The current transaction status.
ON_RAMP_DEPOSIT_RECEIVED
, ON_RAMP_TRADE_COMPLETED
, ON_RAMP_WITHDRAWAL_PROCESSING
, ON_RAMP_WITHDRAWAL_COMPLETED
, ON_RAMP_TRADE_CANCELLED
, ON_RAMP_ORDER_EXPIRED
, ON_RAMP_REFUND_COMPLETED
"WITHDRAWAL_PENDING"
Unique identifier for the order provided by the partner.