troubleshooting/Article

Understanding API Rate Limits

3 min read 800 views Share

To ensure stability for all customers, Dexra enforces rate limits on our API endpoints.

Standard Limits

  • Free/Starter Plan: 100 requests per minute.
  • Pro Plan: 1,000 requests per minute.
  • Enterprise: Custom limits (contact sales).

If you exceed these limits, you will receive a 429 Too Many Requests response. We recommend implementing exponential backoff in your integration code.

Was this article helpful?