This section provides information about the rate limits management on our server. Rate limits are put in place to ensure fair usage and to protect the server from abuse.
What are Rate Limits? Rate limits are restrictions on the number of requests a user can make to an API within a certain time frame. These limits help maintain system stability and prevent abuse.
Why do we have Rate Limits?
- Fairness: Ensures that all users have equal access to the API.
- Protection: Prevents abuse and misuse of the API.
- Stability: Maintains the performance and availability of the server.
How to Check Your Rate Limits You can check your current rate limits by sending a GET request to
/rate_limits
.What to Do if You Hit a Rate Limit If you hit a rate limit, you will receive a 429 response. You can try again after the specified time or contact support for assistance.
More Information For more detailed information about rate limits, please visit our API Documentation.
- Additional Resources