Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1.19 KB

File metadata and controls

46 lines (34 loc) · 1.19 KB

Release History

0.0.9 (2018-03-23)

  • Async get function now catches TimeoutError and re-raises it as ResponseError

0.0.8 (2018-03-23)

  • Async get function now catches ServerDisconnectedError and re-raises it as ResponseError

0.0.7 (2018-03-20)

  • Fixed Response parsing when result=null

0.0.6 (2018-03-20)

  • Converts bittrex times to python unix timestamp strings (Might change to datetime and/or optional feature)

0.0.5 (2018-03-18)

  • Added get_candles and get_latest_candle from bta api v2

0.0.4 (2018-03-17)

  • Async get function now catches ClientOSErrors and reraises it as ResponseError

0.0.3 (2018-03-16)

  • ResponseError now returns the full data information

0.0.2 (2018-03-16)

  • Added optional market_name filter to get_markets() function. Note this is not provided by bittrex api, still retrieving all markets in background

0.0.1 (2018-03-16)

Initial Release

  • Synchronous and asynchronous endpoints available for all known bittrex API v1.1
  • Two basic examples
  • Shitty documentation
  • No tests