- Low limit endpoints (write-heavy operations)
- High limit endpoints (read-heavy operations)
Dimension | Limit | |
---|---|---|
Per IP | 1000 requests per second (rps) | |
Free | Low limit | 15 requests per minute (rpm) |
Free | High limit | 40 rpm |
Plus | Low limit | 70 rpm |
Plus | High limit | 200 rpm |
Premium | Low limit | 350 rpm |
Premium | High limit | 1000 rpm |
Enterprise | Please contact us! |
Rate limits for different dimensions are separate but can be utilized independently.
For example, on the Free plan, you have a low limit of 15 requests per minute and a high limit of 40 requests per minute. You can use both types of requests in the same minute, effectively having a combined limit of 55.
allow_partial_results
set to true will trigger an error message: “error”: “Partial Result, please request with ‘allow_partial_results=true’”. If you wish to retrieve partial results, you can pass the parameter allow_partial_results=true
. But please make sure you indeed want to fetch the truncated result.