▫️Convert Currency
This endpoint allows you to convert currency between different units using real-time exchange rates. Optionally, you can include the currency symbol in the response along with the converted value
/convert-currency
Query Parameters
Parameter
Type
Description
Response
{
"convertedValue": "string | number"
}Example
GET /convert-currency?value=100&fromCurrency=USD&toCurrency=EUR&format=trueSupported Currency Codes and Symbols
Notes
Last updated