Documentation URL : https://documenter.getpostman.com/view/40279048/2sAYBd67bZ
Rate Limit :
Our API employs rate limiting to control the volume of requests to the server within a specified time frame. This helps mitigate malicious bot activity and reduces strain on the backend infrastructure.Details:
Queries Per Second (QPS):
The maximum allowed QPS is 1 request per second, or equivalently, 10 requests per 10 seconds from same IP Address.
Exceeding Rate Limit:
If the rate limit is exceeded, the server will respond with an HTTP 429 Too Many Requests status code, along with a JSON response containing the following information:
i. Your IP address
ii. Total number of requests made in the last 10 seconds
Rate Limit Reset:
The rate limit is reset every 10 seconds.