Releases: ericsomdahl/python-bittrex
Releases · ericsomdahl/python-bittrex
v0.3.0
v0.2.2
fix README to show correct import statements
fixed flake8 reports
removed get_markets and get_market_history that seems not available anymore in V2_0
use /key/orders/getorderhistory to get order history by market in V2_0
tests: tweak IS_CI_ENV to only rely on secrets.json being present
To PyPi and beyond!
Re-cut 0.2.1
v0.2.1
- Misc bug fixes
- deployment to PyPi
API 2.0 Support
Initial support for the Bittrex 2.0 API. The API is still in beta so things may change
The flappening
updated for the stealth changes made against Bittrex API 1.1
- removed Market Buy and Sell support
- support for encrypting your API secrets (thanks @lancechua)
- various style or bug fixes (@harwee, @omergulen , @llazzaro, @bitcrab)