Rate Limiting
HTTP/1.1 429 Too Many Requests
RateLimit-Limit: 60
RateLimit-Remaining: 0
RateLimit-Reset: 45 // Seconds until the limit resets
Retry-After: 45 // Seconds to wait before retrying
Content-Type: application/json
{
"error": "You can only make 60 requests every minute."
}Last updated
