There is a newer version of the record available.

Published April 8, 2023 | Version v1.1.0
Software Open

btschwertfeger/python-kraken-sdk: Release v1.1.0 🎉

  • 1. CONTACT Software GmbH

Description

Including access to:

✅ - all Spot REST endpoints ✅ - all Futures REST endpoints ✅ - Sport Websocket client ✅ - Futures Websocket client ✅ - extensive examples ✅ - about 86% coverage

Breaking Changes
  • removed the unnecessary client when importing clients by @btschwertfeger in https://github.com/btschwertfeger/python-kraken-sdk/pull/59
  • The KrakenExceptions-class was renamed to KrakenException and moved from kraken.exceptions.exceptions to kraken.exceptions (#66)
  • The methods get_execution_events, get_order_events, and get_trigger_events moved from kraken.futures.Market to kraken.futures.User since this are user-specific endpoints. In addition, the bug from #62 was fixed by changing post_params to query_params within kraken.futures.User._get_historical_events function, since this is only a GET request, instead of a POST request.
  • Changed the default timeout of kraken.futures.Trade.death_mans_switch to zero (which resets the timeout). (#63)
More Changes, Features and Bug Fixes

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.0.1...v1.1.0

Files

btschwertfeger/python-kraken-sdk-v1.1.0.zip

Files (398.6 kB)

Name Size Download all
md5:664eb08f334565bc1583579563a929a0
398.6 kB Preview Download

Additional details