Global Exchange Rates
HomeDocsDeveloper API Portal
HomeDocsDeveloper API Portal
  1. Docs
  • Introduction
  • Authentication
  • Formats
  • Rate limiting and quotas
  • Errors
  • Client libraries
  • Currencies
    • /currencies
      GET
  • Exchange Rates
    • /latest
      GET
    • /historical
      GET
  • Providers
    • /providers
      GET
  • Conversion
    • /convert
      GET
  1. Docs

Rate limiting and quotas

Rate limiting#

All endpoints are protected with rate limits to prevent abuse of the services. The allowed number of calls per minute is based on the subscription plan.
If the limit is reached, a 429 "Too Many Requests" error code will be returned, and the header Retry-After will contain the number of seconds before a successful request can be sent.

Quotas#

Each plan has a maximum number of allowed calls per month, but we have a generous allowance before enforcing a hard quota limit.
In the event of usage exceeding the plan limits, we will try to contact you by email to discuss if you wish to lower your monthly usage or upgrade to a higher plan.

Track your usage#

In the API Developer Portal you can track your monthly usage.
Previous
Formats
Next
Errors
Built with