Docs API reference
Sign in

Rate limiting

The API enforces rate limits to ensure fair usage and service stability.

Limits

  • 100 requests per minute per API token

Exceeding the limit

If you exceed the rate limit, you will receive a 429 Too Many Requests response. When this happens:

  1. Implement exponential backoff in your client
  2. Consider caching responses that don't change frequently

Best practices

  • Cache responses where possible
  • Use pagination to reduce the number of requests
  • Avoid polling - use reasonable intervals between requests
← Previous Pagination Next → Webhooks

API token

Paste your test-mode API key below to personalise the curl examples on this page. This key is stored only in your browser and is never sent to our servers.