From b6f5efa5f7728327e129f07e755238d164c8884a Mon Sep 17 00:00:00 2001 From: Mitko Tschimev Date: Mon, 23 Feb 2026 20:10:10 +0400 Subject: [PATCH] Update Blockchain API to Cryptocurrency (1inch) (#669) * update docs * add auth type --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eec11d06..e1b2cc1b 100644 --- a/README.md +++ b/README.md @@ -370,7 +370,7 @@ ### Cryptocurrency | API | Description | Auth | HTTPS | CORS | |---|---|---|---|---| -| [1inch](https://1inch.io/page-api/) | API for querying decentralize exchange | No | Yes | Unknown | +| [1inch](https://business.1inch.com/) | API for querying decentralize exchange | `apiKey` | Yes | Yes | | [Alchemy Ethereum](https://docs.alchemy.com/alchemy/) | Ethereum Node-as-a-Service Provider | `apiKey` | Yes | Yes | | [Binance](https://github.com/binance/binance-spot-api-docs) | Exchange for Trading Cryptocurrencies based in China | `apiKey` | Yes | Unknown | | [BitcoinAverage](https://apiv2.bitcoinaverage.com/) | Digital Asset Price Data for the blockchain industry | `apiKey` | Yes | Unknown |