Home

Rate Limiting

To maintain fair and efficient use of the API, a rate limit of 10 requests per second has been enforced. This limitation safeguards the API from excessive requests, ensuring consistent and optimal performance for all users.

If the rate limit is exceeded, the API will return an HTTP 429 status code along with a message in the response body indicating "Too Many Requests."