Rate limit
Default Rate Limits
Rate Limit Exceeded
HTTP/1.1 429 Too Many Requests
Content-Type: application/json
{
"error": "Rate limit exceeded",
"message": "You have reached the maximum allowed requests per second. If you need more bandwidth request to our support team."
}Handling Rate Limit Exceeded Errors
Upgrading Rate Limits
Last updated