v0.8.0
Changes
🚀 Features
- Updated Bittrex RestApi to V3 @onurselcuk (#587)
🐛 Bug Fixes
- Feature: Add support for
ws-orderbook
to Kraken and Gemini Exchanges @EmergentCybernetics (#588) - KuCoin market order bugfix @onurselcuk (#591)
- BittrexWS update @onurselcuk (#590)
- KuCoin API-KEY-V2 passphrase error fix. @onurselcuk (#586)
- KuCoin "max subscription count limitation" error fix @onurselcuk (#583)
- #578 Set Bittrex MarketSymbolIsReversed to false @LucStr (#579)
- Fix NDAX Ticker @Kukks (#577)
- Bug fixes for Gemini @jjxtra (direct commits)
💔 Breaking change
Initializing ExchangeAPI is now done via a factory method, instead of a constructor (see README.md for details):
using var api = ExchangeAPI.GetExchangeAPI<ExchangeBinanceAPI>();