Crypto Ramp Partner API
Retrieve all orders
api
get
/orders

Retrieve all orders

Retrieve all orders by date range

X-API-KEY

Each Revolut Ramp Partners API call must contain an authorization header in the following format to make a call: X_API_KEY: {your_API_key}.

Before you start, make sure that you've got the correct API key. For more information, see Get Partner keys.

Request

Query Parameters
Query Parameters

The earliest date for the order creation date range (inclusive) in the ISO 8601 format

The latest date for the order creation date range (inclusive) in the ISO 8601 format

The number of orders to skip at the beginning of the range when fetching orders

Possible values: >= 1 and <= 1000

Default value: 100

The maximum number of orders to fetch from the range

Response

OK

Response body
Body array

External UUID of the order

Fiat amount the customer paid for the crypto (excluding fees)

Fiat currency ISO 4217 code or cryptocurrency code

Crypto amount that the customer received

Fiat currency ISO 4217 code or cryptocurrency code

Fees

Revolut Ramp fee

Fiat currency ISO 4217 code or cryptocurrency code

Partner fee

Fiat currency ISO 4217 code or cryptocurrency code

Crypto network fee

Fiat currency ISO 4217 code or cryptocurrency code

Exchange rate for the order

Possible values: [card, revolut]

Payment method used for the purchase

UTC date and time of order creation in the ISO 8601 format

UTC date and time of order update in the ISO 8601 format

Possible values: [AWAITING_PAYMENT, PROCESSING, COMPLETED, FAILED]

State of order processing

Wallet address to which crypto transfer was ordered

Blockchain transaction hash. Absent if no crypto transaction has been created yet. Always present if order is in the COMPLETED state.

Was this page helpful?
Loading...