Blockchain · head-to-head
Nownodes vs The Graph
NOWNodes runs hosted full nodes for Bitcoin, Ethereum, and dozens of other chains, giving developers a single JSON-RPC/REST gateway instead of operating node infrastructure themselves. A free tier covers 100,000 requests for one month to get started, after which usage moves to metered Pro/Business/Enterprise plans billed per request volume. Every endpoint requires an api-key header.
The Graph indexes onchain data into open GraphQL subgraphs that any client can query through its hosted Gateway, covering Ethereum and dozens of other networks without a per-chain node integration. The Gateway requires a bearer token issued from Subgraph Studio, billed on a usage-based model with a free monthly query allowance before paid billing applies. Every query and response travels as GraphQL over HTTPS.
| Nownodes | The Graph | |
|---|---|---|
| Authentication | API Key | API Key |
| Pricing | freemium | freemium |
| Formats | JSON | GraphQL |
| CORS | yes | yes |
| HTTPS | Yes | Yes |