Releases: Th0rgal/binance.py
Kappa
Iota
Theta
Eta
Zeta
Epsilon
Delta
Gamma
Beta
This beta version should be used with caution. It supports the entire binance REST API and also the userDataStreams (user events) using websocket. f I tried to test a maximum of things, it is possible that there are still bugs. It is very important to open an issue if you notice one.
The build is available on pypi: https://pypi.org/project/binance.py/
You can install it easily using pip:
pip install 'binance.py==0.2.0'
Alpha
This first pre-release should be used with caution. It introduces support for the most part of the binance API but has not been fully tested. It is very important to open an issue if you notice a bug.
The build is available on pypi: https://pypi.org/project/binance.py/
You can install it easily using pip:
pip install 'binance.py==0.1.0'