Skip to content

Releases: btschwertfeger/python-kraken-sdk

Release v0.7.1

23 Nov 12:41
Compare
Choose a tag to compare
  • secured protected and private properties and methods
  • improved websocket recovering of feeds
  • simplified instantiation of the websocket client

NOTE: If you used the websocket clients before:

  • Futures: change from kraken.futures.client import WsClient to from kraken.futures.client import KrakenFuturesWSClient and instantiate the client KrakenFuturesWSClient
  • Spot: change from kraken.spot.client import WsClient to from kraken.spot.client import KrakenSpotWSClient and instantiate the client KrakenSpotWSClient
  • there is no need for the WsClient class anymore!

Release v0.7

22 Nov 12:19
Compare
Choose a tag to compare

Adjusted Futures REST clients:

  • User
  • Market
  • Trade
  • Funding

Adjusted Spot REST clients:

  • User
  • Market
  • Trade
  • Funding
  • Staking

Added examples for: Futures and Spot REST and Websocket Clients
Extended README.md
Added testing

Release v0.6.1

20 Nov 18:50
Compare
Choose a tag to compare

New Futures REST clients:

  • User
  • Trade
  • Funding
  • Market

Added examples and extended README.md

Release v0.5.4.2

09 Nov 18:55
Compare
Choose a tag to compare
  • fixed license on PyPI

Release v0.5.4

13 Oct 14:11
Compare
Choose a tag to compare

Fixed missing ofs parameter in get_ledgers_info

Spot/User-Endpoint Fix

18 Sep 09:53
Compare
Choose a tag to compare

Fixed exception when empty spot.user response

Release v0.5.1

14 Jul 06:47
Compare
Choose a tag to compare

Fixed public spot REST endpoint issue

Full Changelog: v0.5...v0.5.1

Release v0.5

13 Jul 15:31
Compare
Choose a tag to compare

Spot REST and websocket endpoints are integrated and functional.