Rate limiting
Learn how to work with the Regate API rate limits
We have implemented several features to ensure the stability of the Regate API. If users send too many API requests in quick succession, a 403 - Forbidden
error message will be returned.
The rate limitations on the Regate API are the same across all API endpoints and limit the number of requests the API accepts from an IP address within a certain time window.
The current limits are as follows:
- 60 API calls per minute
- 10 API calls per second
Updated 12 months ago