From e86cc417d95539c94ed84361889c29c6fdf9bb25 Mon Sep 17 00:00:00 2001 From: Luca Crea Date: Tue, 4 Sep 2018 04:14:13 +0200 Subject: [PATCH] Added CoinLayer API (#735) * Added CoinLayer API * Fixed CoinLayer description * Fixed description --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0c6cfa35..54519c3a 100644 --- a/README.md +++ b/README.md @@ -173,6 +173,7 @@ API | Description | Auth | HTTPS | CORS | Link | | CoinBin | Cryptocurrency information | No | Yes | Unknown | [Go!](https://coinbin.org/) | | CoinDesk | Bitcoin Price Index | No | No | Unknown | [Go!](http://www.coindesk.com/api/) | | Coinigy | Interacting with Coinigy Accounts and Exchange Directly | `apiKey` | Yes | Unknown | [Go!](https://coinigy.docs.apiary.io) | +| CoinLayer | Real-time Crypto Currency Exchange Rates | `apiKey` | Yes | Unknown | [Go!](https://coinlayer.com) | | CoinMarketCap | Cryptocurrencies Prices | No | Yes | Unknown | [Go!](https://coinmarketcap.com/api/) | | CryptoCompare | Cryptocurrencies Comparison | No | Yes | Unknown | [Go!](https://www.cryptocompare.com/api#) | | Cryptonator | Cryptocurrencies Exchange Rates | No | Yes | Unknown | [Go!](https://www.cryptonator.com/api/) |