Skip to main content
You can exchange different currencies, both crypto and fiat, within your merchant’s account. This operation can be performed both via the merchant dashboard and via the API. To learn which currencies can be exchanged to which currencies, see Supported trading pairs. Each trading pair is bidirectional. Fees and minimal amounts apply. To learn the minimal amounts, see /currencies/pairs.

Exchanges via the merchant dashboard

In the merchant dashboard, an exchange can be performed on the Balances tab by selecting a balance and clicking Exchange on the right panel. In a dialog that appears, select the two currencies and specify the amount in either one of them. The other amount will be calculated automatically using the current exchange rate. Click Exchange to fix the rate, then click Accept within 60 seconds to perform the exchange.
Exchange

Exchanges via the API

The fastest way to perform an exchange using the CryptoProcessing API is by calling /exchange/now. This will immediately subtract funds from one balance and add to the other, using the current exchange rate. You will find the information about the used rate both in the API response and in the callback. Another way is a two-step operation: find an exchange rate using /exchange/calculate and, if you agree with it, use it in parameters for /exchange/fixed. The second call must be done within 60 seconds after the first one. You will also receive the callback.
Last modified on June 9, 2026