From c51810272ee864f4e46b2c6e8e7bf6befe5d334a Mon Sep 17 00:00:00 2001 From: Anderson Joyle Date: Sun, 24 Sep 2017 12:23:21 +0200 Subject: [PATCH 1/2] Adding CoinBin to cryptocurrencies topic Adding https://coinbin.org/ (from @kennethreitz) to the list. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e78f61f4..e2429833 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,7 @@ API | Description | Auth | HTTPS | Link | | 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#) | +| CoinBin | Human–friendly API for cryptocurrency information | No | Yes | [Go!](https://coinbin.org/) | ### Currency Exchange API | Description | Auth | HTTPS | Link | From 3dddb80cd401ced9828b1d27b4c9ac903682dafc Mon Sep 17 00:00:00 2001 From: Anderson Joyle Date: Sun, 24 Sep 2017 12:26:21 +0200 Subject: [PATCH 2/2] Adding CoinBin to cryptocurrencies topic Adding https://coinbin.org/ (from @kennethreitz) to the list. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2429833..dc67ea18 100644 --- a/README.md +++ b/README.md @@ -141,10 +141,10 @@ 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/) | | 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#) | -| CoinBin | Human–friendly API for cryptocurrency information | No | Yes | [Go!](https://coinbin.org/) | ### Currency Exchange API | Description | Auth | HTTPS | Link |