Merge pull request #567 from shakyink/feature/bitifinex_api

Added Bitfinex Trading Platform api
This commit is contained in:
Dave Machado 2017-12-17 23:14:21 -05:00 committed by GitHub
commit 47f0be84c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -150,6 +150,7 @@ API | Description | Auth | HTTPS | Link |
### Cryptocurrency
API | Description | Auth | HTTPS | Link |
|---|---|---|---|---|
| Bitfinex | Cryptocurrency Trading Platform | `apiKey` | Yes | [Go!](https://docs.bitfinex.com/docs/introduction) |
| Block | Bitcoin Payment, Wallet & Transaction Data | `apiKey` | Yes | [Go!](https://www.block.io/docs/basic) |
| Blockchain | Bitcoin Payment, Wallet & Transaction Data | No | Yes | [Go!](https://www.blockchain.info/api) |
| Coinbase | Bitcoin, Litecoin and Ethereum Prices | `apiKey` | Yes | [Go!](https://developers.coinbase.com) |