Overview#
Our API is designed to handle a high volume of requests while ensuring optimal performance and reliability for all users. To maintain this standard, we have implemented a rate limit on API requests.Rate Limit#
Limit: 500 requests per minute per IP address
Limit: 200 requests per minute per API Key
If you exceed this limit, your requests will be temporarily blocked.Exceeding the Rate Limit#
If your application exceeds the rate limit, you will receive a 429
status response from our API, accompanied by the following error message:{
"error": "You have reached the rate limit for this API."
}
Modified at 2025-02-28 08:21:02