This directory contains several examples demonstrating how to use the
python-kraken-sdk. These examples cover various functionalities such as Spot
trading, Futures trading, and market data retrieval using both REST and
WebSocket APIs.
Ideal examples of successful running trading algorithms based on the python-kraken-sdk are listed below:
- https://github.com/btschwertfeger/kraken-infinity-grid
- https://github.com/btschwertfeger/kraken-rebalance-bot
- https://github.com/btschwertfeger/python-kraken-sdk/network/dependents
For more detailed and up-to-date usage, refer to the unit tests provided in the main package.