Dune Analytics · Rate Limits

Dune Analytics Rate Limits

Dune meters API usage by credits rather than per-second/per-minute caps for most endpoints. Each query execution consumes credits based on the performance tier (Medium / Large) and resources used. Data export consumes credits per MB returned (e.g. 20 credits/MB on Free, 2 credits/MB on Plus). Concurrent execution caps and per-key rate limits are tier-dependent.

4 Limits Throttle: 429
Web3AnalyticsRate Limiting

Limits

Concurrent executions (Free) api_key
concurrent_executions
1
Concurrent executions (Plus) api_key
concurrent_executions
5
Concurrent executions (Premium) api_key
concurrent_executions
10
Credit-based metering api_key
credits_per_month
-1
Per-tier monthly allowance; over-credit calls are rejected or billed as overage on Enterprise.

Policies

Credit cost per call
Inspect execution_id response and pull credit usage from billing endpoints.
Failure billing
Failed query executions still consume credits; gate retries.

Sources