Exchange Rate


Currency exchange API data is a minefield, Live currency and foreign exchange rates by specifying source and destination quotes and optionally amount to calculate. Support vast amount of quotes around the world. Although there are vast entities that offer these services, the availability of currency APIs has made it possible for developers to integrate currency, conversion, currency exchange, and a ton of other exciting capabilities.

POST https://{api_URL}/api/exchangeRate


request

QUERY PARAMETERS

FieldTypeDescription
curr_fromstring(*Required) This currency symbols codes of the currencies supported to specify the currency of monetary. Eg. USDT.
Example: USDT
curr_tostring(*Required) This currency symbols codes of the currencies supported to specify the currency of monetary. Eg. MYR, VND, IDR, THB.
Example: ["MYR", "VND"]

Response

QUERY PARAMETERS

FieldTypeDescription
currency_codestring(Optional) This currency symbols codes of the currencies supported to specify the currency of monetary. Eg. MYR, VND, IDR, THB.
Example: MYR
buy_pricefloat(Optional) Buying rate is the rate at which money dealers will buy currency. * Maximum supported 4 decimals.
Example: 4.19
sell_pricefloat(Optional) Selling rate is the rate at which they will sell that currency. * Maximum supported 4 decimals.
Example: 4.19