API Throttling

To promote a healthy environment, we implement API throttling. Your app’s requests will be subject to the following rules.

On this page

How repeat requests are handled

  1. Our API throttling is based on tokens. A single token can make no more than 60 requests per minute.
  2. The GraphQL API supports batch queries, but be aware that the request may be rejected based on the complexity (any request that could affect the performance of the server could be rejected).
  3. Every request will be replied to with request counters (remaining count, time for count reset) via HTTP response headers.

We suggest the use of local caches (on backend or frontend) for objects that you use frequently.

Got questions?

We are here to help. Ask us a question and we’ll do our best to answer as soon as possible.

Contact Us