btschwertfeger/python-kraken-sdk: Release v1.3.0 🎉
Description
Including access to:
✅ - all Spot REST endpoints ✅ - all Futures REST endpoints ✅ - Spot Websocket client ✅ - Futures Websocket client ✅ - extensive examples ✅ - Documentation
Breaking changes:
- Rename
kraken.futures.User.get_unwindqueue
tokraken.futures.User.get_unwind_queue
#107 - Prepare release v1.3.0 #99 (btschwertfeger)
- Change
kraken.spot.User.get_balances
and addkraken.spot.User.get_balance
#98 (btschwertfeger) - Rename
get_tradeable_asset_pair
toget_asset_pairs
and make thepair
parameter optional #93 (btschwertfeger) - Extend typing + add
KrakenUnknownMethodError
andKrakenBadRequestError
+ Fix #65 #87 (btschwertfeger)
Implemented enhancements:
kraken.spot.Trade.create_order
: Ability to use floats as trade amounts or prices #94- /public/AssetPairs would be nice. #90
- Improve caching #102 (btschwertfeger)
- Add the
truncate
parameter tokraken.spot.Trade.create_order
#95 (btschwertfeger)
Fixed bugs:
kraken.spot.User(...).get_balances('ZUSD')
silently does the wrong thing. #88kraken.spot.Trade.cancel_order_batch
endpoint in Spot trading does not work.{'error': ['EAPI:Bad request']}
#65
Closed issues:
- Add a realtime Spot order book example #103
kraken.spot.Trade.create_order
: documentatoin for txid outdated. #96- Create
CONTRIBUTING.md
#91 - Extend the typing - using mypy #84
Uncategorized merged pull requests:
- Create a contribution guideline #92 (btschwertfeger)
PyPI: https://pypi.org/project/python-kraken-sdk/ Documentation: https://python-kraken-sdk.readthedocs.io/en/stable/
Full Changelog: https://github.com/btschwertfeger/python-kraken-sdk/compare/v1.2.0...v1.3.0
Files
btschwertfeger/python-kraken-sdk-v1.3.0.zip
Files
(432.2 kB)
Name | Size | Download all |
---|---|---|
md5:d5495cd2851dc8cb8608fca137cb5e87
|
432.2 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/btschwertfeger/python-kraken-sdk/tree/v1.3.0 (URL)