Get an exchange rate

Get the sell exchange rate between two currencies.

For more information, see the guides: Exchange money.

Request

Query Parameters
Query Parameters

Pattern: Value must match regular expression ^[A-Z]{3}$

The currency that you exchange from in ISO 4217 format.

Default value: 1.00

The amount of the currency to exchange from. The default value is 1.00.

Pattern: Value must match regular expression ^[A-Z]{3}$

The currency that you exchange to in ISO 4217 format.

Response

The exchange rate information

Response body
Body object

The money to sell.

The amount of the transaction.

Pattern: Value must match regular expression ^[A-Z]{3}$

ISO 4217 currency code in upper case.

The money to receive.

The amount of the transaction.

Pattern: Value must match regular expression ^[A-Z]{3}$

ISO 4217 currency code in upper case.

The proposed exchange rate.

The expected fee for the transaction.

The fee amount.

Pattern: Value must match regular expression ^[A-Z]{3}$

ISO 4217 currency code in upper case.

The date of the proposed exchange rate in ISO 8601 format.

Was this page helpful?