Endpoints
- GET
/v1/currency/api/v1/convertConvert an amount · from, to, amount - GET
/v1/currency/api/v1/ratesRates for a base currency - GET
/v1/currency/api/v1/historyHistorical rates · currency - GET
/v1/currency/api/v1/currenciesList supported currencies
Example
curl "https://api.sprytools.com/v1/currency/api/v1/convert?from=EUR&to=USD&amount=100" -H "x-api-key: YOUR_KEY"