Skip to main content
Rate Limits Our rate limits are implemented in three ways: IP, low vs. high limit endpoints and subscription plan.
Rate limits for different dimensions are separate but can be utilized independently. For example, on the Plus plan, the low limit is 70 requests per minute and the high limit is 200 requests per minute. Each limit applies independently. Free access is view-only; API usage requires an active trial or a paid plan.
Data Return Limit Dune internally has a maximum query result size limit (which currently is 32GB). If your query yields more than 32GB of data, the result will be truncated in storage. In such cases, pulling the result data (using pagination) but without specifying 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.