From f851dce8e45a0c0539d637f05f1536345bbc9f23 Mon Sep 17 00:00:00 2001 From: Andrew Gross Date: Tue, 19 May 2026 10:15:48 -0600 Subject: [PATCH] Add Blockscout API to Blockchain --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 63889589..c7e88f5b 100644 --- a/README.md +++ b/README.md @@ -230,6 +230,7 @@ API | Description | Auth | HTTPS | CORS | | API | Description | Auth | HTTPS | CORS | |---|:---|:---|:---|:---| | [Bitquery](https://graphql.bitquery.io/ide) | Onchain GraphQL APIs & DEX APIs | `apiKey` | Yes | Yes | +| [Blockscout](https://dev.blockscout.com/) | Multichain block explorer REST API (with Etherscan-compatible JSON-RPC) | `apiKey` | Yes | No | | [Chainlink](https://chain.link/developer-resources) | Build hybrid smart contracts with Chainlink | No | Yes | Unknown | | [Chainpoint](https://tierion.com/chainpoint/) | Chainpoint is a global network for anchoring data to the Bitcoin blockchain | No | Yes | Unknown | | [Covalent](https://www.covalenthq.com/docs/api/) | Multi-blockchain data aggregator platform | `apiKey` | Yes | Unknown |