Rate Limits
Overview
Rate limiting restricts the number of requests or actions a user or application can perform within a specific time window. This has been implemented to maintain system stability to ensure that the application remains responsive under varying load conditions.
If you request data too many times you will receive the following HTTP response:

Response status code does not indicate success: 429 (Too Many Requests)
Our standard rate limits are below. If you feel you need more or are hitting the limits with legitimate use, please contact us to discuss amending the rates at [email protected]
Standard Rate Limits
- 10,000 calls per hour
- 240,000 calls per day
Updated about 1 month ago