From 0ee1f6749106ed84cdc6008670b29928d1c18165 Mon Sep 17 00:00:00 2001 From: nimblefox <39785177+nimblefox@users.noreply.github.com> Date: Sun, 12 Aug 2018 19:28:33 -0400 Subject: [PATCH] Api/bitcoin average (#734) * crypto apis * tick fixes * bitcoinAverage API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9cd08847..9960907c 100644 --- a/README.md +++ b/README.md @@ -160,6 +160,7 @@ API | Description | Auth | HTTPS | CORS | Link | API | Description | Auth | HTTPS | CORS | Link | |---|---|---|---|---|---| | Binance | Exchange for Trading Cryptocurrencies based in China | `apiKey` | Yes | Unknown | [Go!](https://github.com/binance-exchange/binance-official-api-docs) | +| BitcoinAverage | Digital Asset Price Data for the blockchain industry | `apiKey` | Yes | Unknown | [Go!](https://apiv2.bitcoinaverage.com/) | | BitcoinCharts | Financial and Technical Data related to the Bitcoin Network | No | Yes | Unknown | [Go!](https://bitcoincharts.com/about/exchanges/) | | Bitfinex | Cryptocurrency Trading Platform | `apiKey` | Yes | Unknown | [Go!](https://docs.bitfinex.com/docs/introduction) | | Bitmex | Real-Time Cryptocurrency derivatives trading platform based in Hong Kong | `apiKey` | Yes | Unknown | [Go!](https://www.bitmex.com/app/apiOverview) |