Rate limiting
The INFast API employs a rate limiter to prevent overloading our services. The limit is applied per IP address. The limit is set at 10 requests per second (which should be more than enough for smooth operation).
As soon as the limit is exceeded, the API will return an HTTP 429
error: Too Many Requests
HTTP headers
All responses from INFast API include the following states of the rate limiter (for the current IP) within their headers:
RateLimit-Limit
RateLimit-Remaining
RateLimit-TTL
Any issue?
If you encounter any problems with the rate limiter, please do not hesitate to contact us at dev@intia.fr.