The FirstQuadrant API implements rate limiting to ensure fair usage and maintain service reliability for all users. This guide explains our rate limits and how to handle them gracefully.
Currently, standard API endpoints do not have publicly-available rate limits. We recommend implementing rate limit handling in your code to ensure compatibility with future updates.
When you exceed the rate limit, you’ll receive a 429 Too Many Requests response:
Copy
Ask AI
{ "code": "rate_limited", "status": 429, "message": "Too many requests", "description": "You have exceeded the rate limit. Please wait before making more requests."}