A comprehensive Python SDK for the Kraken cryptocurrency exchange, providing both REST and WebSocket clients for Spot and Futures trading. Version 3.2.8 requires Python >=3.11. Released monthly.
pip install python-kraken-sdkVerified import paths — ran on the pinned version, not inferred.
Initialize a Spot client and fetch account balance (requires API keys).
Use `from kraken.spot import Market` instead.
Always use context managers or try/finally to connect and disconnect.
Replace `async_close()` or `stop()` with `disconnect()`.
Upgrade to >=3.2.2 or pass `stptype` manually if using older version.
Use Python 3.11 or later.
No dependency data recorded yet.