From 5ba2034c1d430cbfc18811d452e2ae18b8d5877e Mon Sep 17 00:00:00 2001 From: Arber Avdullahu Date: Wed, 15 Dec 2021 21:26:21 +0100 Subject: [PATCH] TheGraph requires an API key --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 91803d34..5546ec75 100644 --- a/README.md +++ b/README.md @@ -224,7 +224,7 @@ API | Description | Auth | HTTPS | CORS | | [Helium](https://docs.helium.com/api/blockchain/introduction/) | Helium is a global, distributed network of Hotspots that create public, long-range wireless coverage | No | Yes | Unknown | | [Nownodes](https://nownodes.io/) | Blockchain-as-a-service solution that provides high-quality connection via API | `apiKey` | Yes | Unknown | | [Steem](https://developers.steem.io/) | Blockchain-based blogging and social media website | No | No | No | -| [The Graph](https://thegraph.com) | Indexing protocol for querying networks like Ethereum with GraphQL | No | Yes | Unknown | +| [The Graph](https://thegraph.com) | Indexing protocol for querying networks like Ethereum with GraphQL | `apiKey` | Yes | Unknown | | [Walltime](https://walltime.info/api.html) | To retrieve Walltime's market info | No | Yes | Unknown | **[⬆ Back to Index](#index)**