Rate Limits
Each API key has a per-minute request limit based on your plan tier. Limits are enforced via a sliding window.Rate Limit Headers
When you’re rate limited, the API returns429 Too Many Requests:
Best Practices
- Cache responses — if you’re polling
/v1/newsfrequently, cache results for a few seconds - Use WebSocket for real-time data instead of polling the REST API (Pro and Max plans)
- Spread requests — avoid bursting all requests in the first second of each minute