Rate Limit
The Anduin API enforces separate rate limits for Development and Production API keys, each uniquely assigned a specific limit. These rates and limits are customizable in alignment with the Service Level Agreement (SLA). In the event of exceeding these limits, the endpoint will respond with a 429
status code.
Present Rate Limit: 20 requests/second
Additionally, GraphQL requests are subject to complexity limitations, in addition to the rate limit imposed by the API key. Further details on the complexity limit can be found here.
Updated 12 months ago