The python-kraken-sdk provides lots of functions to easily access most of the REST and websocket endpoints of the Kraken Crypto Asset Exchange API. Since these endpoints and their parameters may change, all implemented endpoints are tested on a regular basis.
The repository of the `python-kraken-sdk`_ provides some example scripts that demonstrate some of the implemented methods. Please see the sections listed below.
Projects that use the SDK are listed below:
- https://github.com/btschwertfeger/infinity-grid
- https://github.com/btschwertfeger/kraken-rebalance-bot
.. toctree::
:maxdepth: 2
rest_ws_samples/spot_rest_examples.rst
rest_ws_samples/spot_ws_examples.rst
market_client_example.ipynb
rest_ws_samples/futures_ws_examples.rst
rest_ws_samples/futures_rest_examples.rst