Rate Limits

Our API has a rate limit of 5 requests per second per account.

When you exceed the number of requests we allow, we will respond with a 429 Too Many Requests response. This response will include headers for a duration in seconds (ex. Retry-After: 30) in order to pause the existing requests. Once paused, you may resume sending traffic.

We also provide additional headers for the rate limit (ex. RateLimit-Limit: 5) and remaining requests (ex. RateLimit-Remaining: 3) as additional context to adjust traffic volume as needed.