This page documents the rate limiting behavior of our API and explains how to handle different types of rate limit errors.
RateLimit-Limit
: Maximum number of requests allowed per dayRateLimit-Remaining
: Remaining number of requests for the dayRateLimit-Reset
: Time (in unix timestamp) when the daily limit will resetBurst-RateLimit-Limit
: Maximum number of requests allowed in the burst window (1 second)Burst-RateLimit-Remaining
: Remaining number of requests in the burst window (1 second)Burst-RateLimit-Reset
: Time (in unix timestamp) when the burst limit will resetx-ratelimit-limit-requests
: Maximum number of requests allowed per dayx-ratelimit-limit-tokens
: Maximum number of tokens allowed per dayx-ratelimit-remaining-requests
: Remaining number of requests for the dayx-ratelimit-remaining-tokens
: Remaining number of tokens for the dayx-ratelimit-reset-requests
: Time (in unix timestamp) until the request limit resetsx-ratelimit-reset-tokens
: Time (in unix timestamp) when the token limit will reset