Merge pull request #602 from shakyink/feature/cryptoexchange_api

Added more crypto currency exchanges including nexchange and poloniex
This commit is contained in:
Dave Machado 2018-01-30 19:27:14 -05:00 committed by GitHub
commit 03c3166eda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -161,6 +161,8 @@ API | Description | Auth | HTTPS | CORS | Link |
| Cryptonator | Cryptocurrencies Exchange Rates | No | Yes | Unknown | [Go!](https://www.cryptonator.com/api/) |
| GDAX | Cryptocurrency Trading Platform | `apiKey` | Yes | Unknown | [Go!](https://docs.gdax.com/#api) |
| MercadoBitcoin | Brazilian Cryptocurrency Information | No | Yes | Unknown | [Go!](https://www.mercadobitcoin.net/api-doc/) |
| Nexchange | Automated cryptocurrency exchange service | No | No | Yes | [Go!](https://nexchange2.docs.apiary.io/) |
| Poloniex | US based digital asset exchange | `apiKey` | Yes | Unknown | [Go!](https://poloniex.com/support/api/) |
### Currency Exchange
API | Description | Auth | HTTPS | CORS | Link |