ipoalerts Logoipoalerts
API Reference

Rate Limits

Understanding API rate limits

Rate Limits

The API implements rate limiting to ensure fair usage and maintain service quality for all users.

Rate Limit Overview

PlanRequests per MinuteRequests per HourRequests per Day
Free63608640
Pro63608640
EnterpriseCustomCustomCustom

Rate Limit Exceeded

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

{
  "status": "429",
  "title": "Too Many Requests",
  "detail": "You are exceeding the permitted number of requests allowed per minute.",
  "meta": {
    "quotaPerMinute": 6,
    "expiresIn": 45
  }
}

Response Fields

FieldDescription
statusHTTP status code (429)
titleError title
detailHuman-readable error message
meta.quotaPerMinuteYour current rate limit
meta.expiresInSeconds until you can make another request