Rate Limiter
What is the Rate Limiter?
The rate limiter manages the number of requests an IP address can send to the API within a certain time frame. It ensures fair access and prevents excessive usage.
How does the Rate Limiter work?
The system applies different request limits based on the duration of activity. If an IP address exceeds these limits, it is temporarily blocked. Longer periods of activity result in stricter limitations.
What happens when a limit is exceeded?
If too many requests are sent within a short period, access is temporarily restricted. If activity continues at a high level, longer blocks may be applied. Any additional requests during a block can extend the restriction.
How can an IP recover from a block?
An IP must remain inactive for a specified period before access is restored. Longer violations require longer inactivity periods.
Summary:
The rate limiter ensures fair API usage by regulating request frequency and preventing misuse. Users should distribute their requests evenly to avoid temporary or extended restrictions.