Rate Limits

Understanding API Usage Limits

API Rate Limit Overview

Read Requests

  • 15000 requests/minute
  • 100000 requests/hour

Write Requests

  • 5000 requests/minute
  • 30000 requests/hour

Rate Limit Management

When you exceed your rate limits, the API returns a 429 Too Many Requests HTTP status with a Retry-After header indicating how long to wait before retrying.