Crypto Ramp API
Crypto Ramp API
doc

Crypto Ramp API

Revolut’s Crypto Ramp API allows you to integrate with Revolut and redirect users directly to our checkout page, providing a smooth onramping experience for your users. The API endpoints are organised into thematic groups and let you leverage the following features:

  • Partners - poll different exchange rates, display them on your website and compare with other providers
  • Webhooks - track order and payment lifecycle with webhooks

For more information, see the guides: Leverage the Crypto Ramp API and Work with Webhooks -> Track order and payment lifecycle

View Revolut's API specifications on GitHub

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.

When sending API requests, make sure that you use the correct server URL:

  • ending in *.com for the Production environment
  • ending in *.codes for the Test environment (where available)
Was this page helpful?