Releases: justdanyul/binance-asyncio
Releases · justdanyul/binance-asyncio
Added support for setting the default time
added the ability to set the default time unit used in all timestamps from milliseconds to microseconds
0.2.0
What's Changed
- Features/query and delete order by @justdanyul in #2
cleaned up codebase slightly
- Added support for all_order endpoint
- Added support for querying a specific order
- Added support for cancelling order
- Added support for listing open orders
Full Changelog: 0.1.8...0.2.0
Release 0.1.8
Added the ability to override the base URI so we can use the binance spot test network. Added example in the example folder of how to use.
Release 0.1.6
Added missing dependency
Release 0.1.4
- Polised the API for wrapping the WebSocket streams
- Added the missing Binance Web Socket Streams
Release 0.1.2b1
made keep alive optional
Release 0.1.0b1
First release of this library. Its very early days, but it feels like there is enough functionality now, that other people might gain some use from it. Please use with care, we take no responsibility to any losses that might be incurred using this library.