From 976bb01b4f159f85404333170dc5a0824ce88afe Mon Sep 17 00:00:00 2001 From: Joan <111500252+JoGetBlock@users.noreply.github.com> Date: Tue, 18 Jul 2023 09:48:54 +0300 Subject: [PATCH] Update README.md Add GetBlock RPC Provider to the list of Blockchain APIs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f7348891..3b43cc05 100644 --- a/README.md +++ b/README.md @@ -269,6 +269,7 @@ API | Description | Auth | HTTPS | CORS | | [Covalent](https://www.covalenthq.com/docs/api/) | Multi-blockchain data aggregator platform | `apiKey` | Yes | Unknown | | [Etherscan](https://etherscan.io/apis) | Ethereum explorer API | `apiKey` | Yes | Yes | | [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 | +| [GetBlock](https://getblock.io/) | Blockchain RPC Provider that offers instant API connection to over 50 multiple blockchains | `apiKey` | 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 | `apiKey` | Yes | Unknown |