Skip to main content

Overview

TXCloud implements rate limiting to ensure fair usage and maintain API stability. Rate limits vary by plan and endpoint type.

Rate Limit Tiers

Burst limit is the maximum number of concurrent requests allowed.

Endpoint-Specific Limits

Some endpoints have additional limits:

Rate Limit Headers

Every API response includes rate limit information in the headers:

Handling Rate Limits

When you exceed the rate limit, you’ll receive a 429 Too Many Requests response:

Implementing Retry Logic

Best Practices

Use exponential backoff for retries:
Cache responses when possible to reduce API calls:
  • Cache verification results by ID
  • Cache user risk profiles
  • Cache configuration data
Use batch endpoints when available:
Track your API usage in the dashboard to predict rate limit issues.

Increasing Your Limits

Need higher rate limits? Options include:
  1. Upgrade your plan — Higher plans have higher limits
  2. Request a limit increase — Contact sales for custom limits
  3. Optimize your integration — Reduce unnecessary calls

Contact Sales

Discuss custom rate limits for enterprise needs

Monitoring Usage

Track your API usage in the dashboard:
Set up alerts in your dashboard to get notified when you’re approaching rate limits.