Get real-time currency exchange rates and conversion data
Get started with our Currency API in seconds. All you need is an API key to start making requests.
curl "https://yoursite.com/api/v1/public/rates/latest?base=USD" \
-H "X-API-Key: your_api_key_here"https://yoursite.com/api/v1/publicTo use the Currency API, you need an API key. Contact your administrator to generate one for you.
Never share your API key publicly or commit it to version control. Use environment variables to store it securely.
Rate limits vary by tier. Check your plan details for specific limits. The API returns rate limit information in the response headers:
X-RateLimit-Limit-Minute - Your per-minute limitX-RateLimit-Remaining-Minute - Remaining requests this minuteX-Quota-Limit - Your monthly quotaX-Quota-Remaining - Remaining requests this month