- Async get function now catches TimeoutError and re-raises it as ResponseError
- Async get function now catches ServerDisconnectedError and re-raises it as ResponseError
- Fixed Response parsing when result=null
- Converts bittrex times to python unix timestamp strings (Might change to datetime and/or optional feature)
- Added get_candles and get_latest_candle from bta api v2
- Async get function now catches ClientOSErrors and reraises it as ResponseError
- ResponseError now returns the full data information
- Added optional market_name filter to get_markets() function. Note this is not provided by bittrex api, still retrieving all markets in background
Initial Release
- Synchronous and asynchronous endpoints available for all known bittrex API v1.1
- Two basic examples
- Shitty documentation
- No tests