Rate Limits
Protecting the network from abuse.
Authentication APIs
100 requests per IP per minute
Headers
All API responses include standard rate limit headers:
X-RateLimit-Limit: The maximum number of requests you're permitted to make per window.X-RateLimit-Remaining: The number of requests remaining in the current window.X-RateLimit-Reset: The time at which the current window resets in UTC epoch seconds.
Handling 429s
If you receive a
429 Too Many Requests response, you must wait until the time specified in the X-RateLimit-Reset header before making further requests.