Crypto Ramp API
Retrieve an order quote
api
get
/quote

Retrieve an order quote

Retrieve an order quote representing current exchange rate, total crypto amount and fees. Use it to display potential exchange rate to your customer.

For more information, see the guides: Leverage the Crypto Ramp API -> Get an order quote.

X-API-KEY

Each Crypto Ramp API request 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 have the correct API key. For more information, see the Get started guides: Integrate with Revolut Ramp -> 2. Get Partner keys.

Request

Query Parameters
Query Parameters

The ISO 4217 code of the selected fiat currency to use for the purchase.

The fiat amount to exchange for crypto.

The symbol of the cryptocurrency (token) to purchase.

Possible values: [card, revolut]

The payment method to use to pay for the purchase.

The ISO 3166 Alpha-2 code of the country of residence of the customer (end user) ordering the exchange.

The fee percentage that will be applied for the order as partner fee.

Header Parameters
Header Parameters

Your API key that you received during integration setup. For more information, see the Authorization section above.

Response

OK

Response body
Body object

Revolut Ramp plus Partner fee.

The amount.

The fiat currency ISO 4217 code or cryptocurrency code.

Crypto network fee.

The amount.

The fiat currency ISO 4217 code or cryptocurrency code.

Crypto amount that the customer receives in the case of a successful exchange.

The amount.

The fiat currency ISO 4217 code or cryptocurrency code.

Was this page helpful?
Loading...