From 79c2b36a1ac28d0410618a5db20900b3875618eb Mon Sep 17 00:00:00 2001 From: emnul <34749913+emnul@users.noreply.github.com> Date: Fri, 29 Oct 2021 16:22:45 -0400 Subject: [PATCH] Add Alchemy to Cryptocurrency (#2779) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0169ef6f..5c6e5f84 100644 --- a/README.md +++ b/README.md @@ -336,6 +336,7 @@ API | Description | Auth | HTTPS | CORS | |---|---|---|---|---| | [0x](https://0x.org/api) | API for querying token and pool stats across various liquidity pools | No | Yes | Yes | | [1inch](https://docs.1inch.io/api/) | API for querying decentralize exchange | No | Yes | Unknown | +| [Alchemy Ethereum](https://docs.alchemy.com/alchemy/) | Ethereum Node-as-a-Service Provider | `apiKey` | Yes | Yes | | [apilayer coinlayer](https://coinlayer.com) | Real-time Crypto Currency Exchange Rates | `apiKey` | Yes | Unknown | | [Binance](https://github.com/binance/binance-spot-api-docs) | Exchange for Trading Cryptocurrencies based in China | `apiKey` | Yes | Unknown | | [Bitcambio](https://nova.bitcambio.com.br/api/v3/docs#a-public) | Get the list of all traded assets in the exchange | No | Yes | Unknown |