Skip to main content

Rate Limits & Quotas

This page covers the plan differences that change how the API behaves. For prices, billing periods, and the full feature comparison, see hgraph.com/pricing.

All plans, including Free, have full access to the GraphQL, REST, and JSON-RPC APIs and the MCP server. Plans differ in throughput, in how many projects and keys you can hold, and in whether ERC and ecosystem data are reachable programmatically or only in the app.

Rate limits and quotas

Limits are enforced per API key — one requests-per-second budget shared across every network and every API, not a separate allowance per chain or endpoint.

FreeEssentialDeveloperTeamPremium
Requests/sec151060250
Monthly requests45k1M3M25M125M

Paid plans have soft caps, so short spikes are tolerated; sustained overage may be metered. Exceeding your rate limit returns 429 — retry with exponential backoff. All API calls also carry a 10-second timeout.

Projects and keys

FreeEssentialDeveloperTeamPremium
Projects1115Unlimited
API keys11210Unlimited
Members---5Unlimited

See Workspace for how projects, keys, teams, and roles fit together.

Feature gates

FreeEssentialDeveloperTeamPremium
Subscriptions--YesYesYes
Hedera Stats metricsAPIAPIAPIAPIAPI
ERC token dataPlaygroundPlaygroundPlaygroundAPIAPI
DEX, lending, oracle, bridgePlaygroundPlaygroundPlaygroundAPIAPI
SQL----Yes
Notifications & logging----Yes

"API" means the data is reachable programmatically with your API keys. "Playground" means it is queryable in the Hgraph App but not through your keys.

The schema reference states the access level for every table, derived from the same Hasura roles the API enforces.