Rate Limiting
HTTP/1.1 200 OK
... other headers here ...
X-RateLimit-Remaining-Day : 49973
X-RateLimit-Limit-Day : 50000HTTP/1.1 429 Too Many Requests
{
"message": "API rate limit exceeded"
}Last updated
HTTP/1.1 200 OK
... other headers here ...
X-RateLimit-Remaining-Day : 49973
X-RateLimit-Limit-Day : 50000HTTP/1.1 429 Too Many Requests
{
"message": "API rate limit exceeded"
}Last updated