If you exceed the limit, additional requests will be throttled (temporarily denied) until your usage falls within the allowed limits. You will receive a 429 Too Many Requests response.
Monitor Your Requests: Keep track of your request counts to avoid hitting the limit.
Retry After Waiting: If you receive a 429 response, add a short delay (e.g., a few seconds) before retrying. Gradually increase the delay if the issue persists to avoid further throttling.
Use Efficient Calls: Combine data requests when possible to reduce the number of calls.
By following these guidelines, you can ensure seamless integration with our API.