Rate Limits

API Docs

Rate Limits

There is a limit on the number of API calls you can make within a specific time frame. The rate limits vary and are specified in the header of every API response as follows:

HeaderDescription
X-RateLimit-LimitThe maximum allowed number of API requests for the consumer.
X-RateLimit-RemainingThe remaining number of requests within the current rate limit window.
X-RateLimit-ResetThe reset time for the current rate limit window in UTC epoch seconds.

When the rate limit is exceeded, following error is returned with the status code "429 Too Many Requests":