Skip to content

Releases: Th0rgal/binance.py

Kappa

21 Jul 20:02
Compare
Choose a tag to compare

Fix rounding!

Iota

15 Jul 19:16
Compare
Choose a tag to compare

This version handles different precision per token.

Theta

15 Jul 18:42
Compare
Choose a tag to compare

Fixes the missing baseAssetPrecision in the json root.

Eta

15 Jul 18:32
Compare
Choose a tag to compare
Eta

Introduce better rounding for every price AND quantity.

Zeta

15 Jul 17:55
Compare
Choose a tag to compare

Introduce automatic rounding to prices using baseassetprecision if the client is loaded.

Epsilon

15 Jul 17:52
Compare
Choose a tag to compare

Add a way to unregister events.

Delta

14 Jul 09:47
Compare
Choose a tag to compare

Introduces web socket streams support: receive realtime update of the market prices!

Gamma

01 Jul 16:46
Compare
Choose a tag to compare

Improve performances and fix a few bugs.

Beta

27 Jun 18:23
Compare
Choose a tag to compare
Beta Pre-release
Pre-release

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

23 Jun 13:55
Compare
Choose a tag to compare
Alpha Pre-release
Pre-release

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'