To ensure fair usage and system stability, the API implements rate limiting.
Exceeding rate limits will result in a 429 Too Many Requests response.
Rate limits are applied per API key and are reset on a rolling window basis. The current rate limits are:
- Requests per minute: 60 requests
- Requests per hour: 1,000 requests
- Requests per day: 10,000 requests
Rate limit information is included in response headers:
X-RateLimit-Limit: The maximum number of requests allowed in the current window
X-RateLimit-Remaining: The number of requests remaining in the current window
X-RateLimit-Reset: The time (in seconds) when the rate limit window resets