1. Core Concepts
  2. Rate limiting

Core Concepts

Rate limiting

The rate limiting is enforced at the API key level.

If you exceed the rate limit, you will receive a 429 status code.

Rate limits are as follows:

  • /rules: 1 requests per minute
  • /sign: 1 requests per second

If you are having issues with rate limiting, you may consider the following:

  • Sign requests using the dynamic rules, rather than calling the /sign endpoint for each request.
  • Cache the dynamic rules and only refresh them when necessary.