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
QUERY PARAMETERS
Field | Type | Description |
---|---|---|
curr_from | string | (*Required) This currency symbols codes of the currencies supported to specify the currency of monetary. Eg. USDT. Example: USDT |
curr_to | string | (*Required) This currency symbols codes of the currencies supported to specify the currency of monetary. Eg. MYR, VND, IDR, THB. Example: ["MYR", "VND"] |
QUERY PARAMETERS
Field | Type | Description |
---|---|---|
currency_code | string | (Optional) This currency symbols codes of the currencies supported to specify the currency of monetary. Eg. MYR, VND, IDR, THB. Example: MYR |
buy_price | float | (Optional) Buying rate is the rate at which money dealers will buy currency. * Maximum supported 4 decimals. Example: 4.19 |
sell_price | float | (Optional) Selling rate is the rate at which they will sell that currency. * Maximum supported 4 decimals. Example: 4.19 |