Currency API Documentation

Get real-time currency exchange rates and conversion data

Quick Start

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"

Base URL

https://yoursite.com/api/v1/public

Get Your API Key

To use the Currency API, you need an API key. Contact your administrator to generate one for you.

Keep your API key secure

Never share your API key publicly or commit it to version control. Use environment variables to store it securely.

Rate Limits

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 limit
  • X-RateLimit-Remaining-Minute - Remaining requests this minute
  • X-Quota-Limit - Your monthly quota
  • X-Quota-Remaining - Remaining requests this month