From 5630851b32f8de462822410a93b233a7094a4120 Mon Sep 17 00:00:00 2001 From: Zane O'Brien Date: Wed, 25 Jul 2018 15:21:03 -0700 Subject: [PATCH] Typo in README Adding Bitcoin Cash to Coinbase description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bb012cd..3a9f2203 100644 --- a/README.md +++ b/README.md @@ -167,7 +167,7 @@ API | Description | Auth | HTTPS | CORS | Link | | Block | Bitcoin Payment, Wallet & Transaction Data | `apiKey` | Yes | Unknown | [Go!](https://www.block.io/docs/basic) | | Blockchain | Bitcoin Payment, Wallet & Transaction Data | No | Yes | Unknown | [Go!](https://www.blockchain.info/api) | | CoinAPI | All Currency Exchanges integrate under a single api | `apiKey` | Yes | No | [Go!](https://docs.coinapi.io/) | -| Coinbase | Bitcoin, Litecoin and Ethereum Prices | `apiKey` | Yes | Unknown | [Go!](https://developers.coinbase.com) | +| Coinbase | Bitcoin, Bitcoin Cash, Litecoin, and Ethereum Prices | `apiKey` | Yes | Unknown | [Go!](https://developers.coinbase.com) | | 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) |