From 726f3c50624c60bdb9ca7481deb454bcd5140ff1 Mon Sep 17 00:00:00 2001 From: nimblefox <39785177+nimblefox@users.noreply.github.com> Date: Mon, 3 Sep 2018 22:15:43 -0400 Subject: [PATCH] Api/chasing coins (#746) * crypto apis * tick fixes * chasing coins api --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 54519c3a..25de5ef9 100644 --- a/README.md +++ b/README.md @@ -167,6 +167,7 @@ API | Description | Auth | HTTPS | CORS | Link | | Bittrex | Next Generation Crypto Trading Platform | `apiKey` | Yes | Unknown | [Go!](https://bittrex.com/Home/Api) | | 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) | +| Chasing Coin | Cryptocurrency, coin, and token resource on the web | No | Yes | Unknown | [Go!](https://chasing-coins.com/api) | | CoinAPI | All Currency Exchanges integrate under a single api | `apiKey` | Yes | No | [Go!](https://docs.coinapi.io/) | | Coinbase | Bitcoin, Bitcoin Cash, Litecoin, and Ethereum Prices | `apiKey` | Yes | Unknown | [Go!](https://developers.coinbase.com) | | Coinbase Pro | Cryptocurrency Trading Platform | `apiKey` | Yes | Unknown | [Go!](https://docs.pro.coinbase.com/#api) |