v1

latestOpenAPI 3.0.02026-07-26355499.1 KB
Exchange Rates

Get Cryptocurrency Exchange Rate

The Crypto Exchange Endpoint allows you to convert any amount in USD or Local Currency to the specified Cryptocurrency.

get/v3/exchange_rates/crypto

Query parameters

currencystring required

USD or the country's local currency that will be used by the payer.

amountnumber float

Amount in the previously specified currency. Used to calculate the exchange in the cryptocurrency specified below. Default 1.

cryptostring required

Cryptocurrency symbol in which the amount will be converted to.

Response

Currency exchange correctly returned.

fx_ratenumber float

Exchange rate of the cryptocurrency against the base currency.

converted_amountnumber float

Amount in the cryptocurrency specified.

feenumber float

Fee for converting the specified amount to the cryptocurrency.