The Graph · Rate Limits

The Graph Rate Limits

The Graph gateway enforces per-API-key rate limits in addition to query metering. Substreams are billed by data egress.

2 Limits Throttle: 429
Web3IndexingGraphQLSubgraphsMulti-chainRate Limiting

Limits

Subgraph Gateway api_key
queries_per_second
30
Default per-key throughput.
Token API api_key
requests_per_second
10
Default Token API rate.

Policies

Backoff Strategy
Exponential backoff on 429; cache GraphQL responses where idempotent.

Sources