Skip to main content

Fetch Exchange Rates

GET /v1/global-payout/exchange-rates

Before sending funds in a currency different from your base currency, use this endpoint to retrieve the latest exchange rates. This ensures your customers always see accurate, up-to-date conversion values before a transaction is confirmed. Rates are automatically scoped to the region configured for your authenticated account.
To have a cross-currency transfer use the rate you quoted to your customer, pass the exchangeRateId in the response as lockedExchangeRateId in your Authorize Transfer request.

Query parameters

string
required
The ISO 4217 currency code to convert from (e.g., EUR).
string
required
The ISO 4217 currency code to convert to (e.g., USD).

Response body

array
required
A list of exchange rate objects for the requested currency pair.