All of our API endpoints currently impose a rate limit of 100 requests/second. In a scenario where the rate limit will hinder a particular business case, please get in touch with our support team to review and partner with you in creating a solution. We highly recommend filtering data where possible.
Below is an example scenario :
Use Case: I want to utilize the /restrictions endpoint to get all available restrictions for review, but I get a 500 error when making the request.
Solution: Utilize the filter[countries] to chunk the data and, for each request, get restrictions for a set of 25-50 countries.