Skip to main content
Within your merchant account, a cryptocurrency balance can be exchanged for another cryptocurrency or for fiat, and a fiat balance can be exchanged for a cryptocurrency. This operation can be performed both via the portal 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 /v2/currencies/pairs.

Exchanges via the portal

In the portal, 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.
ExchangeExchange

Exchanges via the API

The fastest way to perform an exchange using the CryptoProcessing API is by calling /v2/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 /v2/exchange/calculate and, if you agree with it, use it in parameters for /v2/exchange/fixed. The second call must be done within 60 seconds after the first one. You will also receive the callback.
Last modified on September 18, 2026