https://github.com/openware/irix
https://github.com/openware/irix
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/openware/irix
- Owner: openware
- License: apache-2.0
- Created: 2021-02-10T10:44:23.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-31T00:38:26.000Z (almost 5 years ago)
- Last Synced: 2024-12-15T19:06:17.577Z (about 1 year ago)
- Language: Go
- Size: 2.73 MB
- Stars: 8
- Watchers: 7
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Irix Crypto Currency Exchanges
## Go Package supporting many exchanges
+ This package is used to connect and query data from supported exchanges.
+ Please checkout individual exchange README for more information on
implementation
## Exchange Support Table
| Exchange | REST API | Streaming API | FIX API |
|----------|------|-----------|-----|
| Alphapoint | Yes | Yes | NA |
| Binance| Yes | Yes | NA |
| Bitfinex | Yes | Yes | NA |
| Bitflyer | Yes | No | NA |
| Bithumb | Yes | NA | NA |
| BitMEX | Yes | Yes | NA |
| Bitstamp | Yes | Yes | No |
| Bittrex | Yes | No | NA |
| BTCMarkets | Yes | Yes | NA |
| BTSE | Yes | Yes | NA |
| CoinbasePro | Yes | Yes | No|
| Coinbene | Yes | Yes | No |
| COINUT | Yes | Yes | NA |
| Exmo | Yes | NA | NA |
| FTX | Yes | Yes | No |
| GateIO | Yes | Yes | NA |
| Gemini | Yes | Yes | No |
| HitBTC | Yes | Yes | No |
| Huobi.Pro | Yes | Yes | NA |
| ItBit | Yes | NA | No |
| Kraken | Yes | Yes | NA |
| LakeBTC | Yes | Yes | NA |
| Lbank | Yes | No | NA |
| LocalBitcoins | Yes | NA | NA |
| OKCoin International | Yes | Yes | No |
| OKEX | Yes | Yes | No |
| Poloniex | Yes | Yes | NA |
| Yobit | Yes | NA | NA |
| ZB.COM | Yes | Yes | NA |
## Guide for adding a new exchange
TODO