Skip to main content

Supported Cryptocurrencies

Mimbla allows you to create invoices in various cryptocurrencies to charge your customers. Below is the list of supported cryptocurrencies along with their symbols:

CryptocurrencySymbol
BitcoinBTC
Bitcoin CashBCH
LitecoinLTC
MoneroXMR

Note: Whenever you are using the Mimbla API, keep in mind that parameters like currency and crypto are case-sensitive. For example, if you want to create an invoice in Bitcoin, you should use BTC as the value for the parameter, not btc or any other variation. This applies to all cryptocurrencies listed above. Doing so ensures that your requests are processed correctly and that you receive the expected results, so always use the correct case for cryptocurrency symbols. In case of an incorrect case, the API will return an error indicating that the currency is not supported.

Supported Fiat Currencies

When using the Mimbla platform, you can also specify a fiat currency for your invoices. The following fiat currencies are supported:

CurrencyName
ARSArgentine Peso
BRLBrazilian Real
CHFSwiss Franc
CLPChilean Peso
CNYChinese Yuan
EUREuro
GBPBritish Pound
GELGeorgian Lari
HKDHong Kong Dollar
HUFHungarian Forint
IDRIndonesian Rupiah
ILSIsraeli New Shekel
INRIndian Rupee
JPYJapanese Yen
KRWSouth Korean Won
MXNMexican Peso
PHPPhilippine Peso
RUBRussian Ruble
USDUnited States Dollar
Fiat currencies

Fiat currencies are only used for calculating the invoice and displaying the exchange rates. The actual payment will be made in the cryptocurrency specified in the invoice. If you want to charge your customers in a specific fiat currency, you can specify it in the currency parameter when creating an invoice. Please keep in mind that internally Mimbla handles all the transactions in cryptocurrencies and our platform will do all the calculations in USD, so the exchange rates will be calculated based on the current USD value of the specified fiat currency. This means that if you specify a fiat currency, the amount will be converted to USD and then to the cryptocurrency specified in the invoice. This should not affect the final amount that your customers will pay, but it is important to keep in mind that the exchange rates may vary over time, so the final amount may be slightly different from what you expect.

Recommended reading: Create an Invoice to learn how to create an invoice with a specific fiat currency.