Crypto Ramp API
Retrieve an order
api
get
/orders/{order_id}

Retrieve an order

Retrieve an order by order_id provided in the path and the wallet address provided as a query parameter.

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

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

Path Parameters
Path Parameters

Possible values: Value must match regular expression ^(?:[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})|(?:[0-9a-zA-Z]{26})$

The external identifier of the order to retrieve.

Query Parameters
Query Parameters

The address of the crypto wallet into which the token transfer was ordered.

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

The external UUID of the order.

The fiat amount the customer paid for the crypto (excluding fees).

The amount.

The fiat currency ISO 4217 code or cryptocurrency code.

The crypto amount that the customer received.

The amount.

The fiat currency ISO 4217 code or cryptocurrency code.

The fees for the order.

Revolut Ramp fee.

The amount.

The fiat currency ISO 4217 code or cryptocurrency code.

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.

The exchange rate for the order.

Possible values: [card, revolut]

The payment method used for the purchase.

The UTC date and time of order creation in ISO 8601 format.

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

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

The state of order processing.

The address of the crypto wallet into which the token 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...