From c4a23815ca5f5f7ef517c515490637942288bbc6 Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Tue, 26 Sep 2017 12:51:17 -0400 Subject: [PATCH] Add Coinbase API --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dc67ea18..606eccea 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,8 @@ API | Description | Auth | HTTPS | Link | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| | Blockchain | Bitcoin Payment, Wallet & Transaction Data | No | Yes | [Go!](https://www.blockchain.info/api) | -| CoinBin | Human–friendly API for cryptocurrency information | No | Yes | [Go!](https://coinbin.org/) | +| Coinbase | Bitcoin, Litecoin and Ethereum Prices | No | Yes | [Go!](https://developers.coinbase.com) | +| CoinBin | Cryptocurrency information | No | Yes | [Go!](https://coinbin.org/) | | CoinDesk | Bitcoin Price Index | No | No | [Go!](http://www.coindesk.com/api/) | | CoinMarketCap | Cryptocurrencies Prices | No | Yes | [Go!](https://coinmarketcap.com/api/) | | CryptoCompare | Cryptocurrencies Comparison | No | Yes | [Go!](https://www.cryptocompare.com/api#) |