Releases: btschwertfeger/python-kraken-sdk
Releases · btschwertfeger/python-kraken-sdk
Release v0.7.1
- 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
tofrom kraken.futures.client import KrakenFuturesWSClient
and instantiate the clientKrakenFuturesWSClient
- Spot: change
from kraken.spot.client import WsClient
tofrom kraken.spot.client import KrakenSpotWSClient
and instantiate the clientKrakenSpotWSClient
- there is no need for the
WsClient
class anymore!
Release v0.7
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
New Futures REST clients:
- User
- Trade
- Funding
- Market
Added examples and extended README.md
Release v0.5.4.2
- fixed license on PyPI
Release v0.5.4
Fixed missing ofs parameter in get_ledgers_info
Spot/User-Endpoint Fix
Fixed exception when empty spot.user response
Release v0.5.1
Fixed public spot REST endpoint issue
Full Changelog: v0.5...v0.5.1
Release v0.5
Spot REST and websocket endpoints are integrated and functional.