Documentation

Documentation

Everything you need to integrate CurrencyRest into your application

Quick Start

Get started with CurrencyRest in minutes with this quick guide.

Example Requestbash
curl -X GET "https://api.currencyrest.com/v1/rates?base=USD" \
  -H "X-API-Key: your_api_key_here"