Conversion Overview

Our flexible Conversions API allows you to seamlessly convert between currencies—right from your dashboard or backend. Instantly exchange balances across supported currencies with real-time rates, all while staying secure and compliant. Whether you're preparing for a payout or managing treasury operations, our API makes currency conversion fast, accurate, and reliable. Get started today and simplify your multi-currency workflows!

User Journey: Converting 100 EUR to a BTC

  1. Start with Your Ledger Balance

You have a balance in EUR and want to convert 100 EUR to BTC.

  1. Create a Conversion

Use the Create Conversion API to initiate the conversion.

Specify:

  • The ledger_account_id balance you want convert from. (In this case EUR).
  • The quote_currency_id currency you want convert to. (In this case BTC).
  • The base_amount amount of ledger_account balance want to convert. (In this case 100)

➡️ This step triggers conversion from EUR → BTC and calculates the required deduction in your balance.

  1. Review API Response for Action Requirements

In the response, check the field actions_required.

Once confirmed, your balance will be updated with the converted currency.