Getting Started
Install the Python module
python3 -m pip install python-kraken-sdk
Register at Kraken and generate API Keys
Spot Trading: https://www.kraken.com/u/security/api
Futures Trading: https://futures.kraken.com/trade/settings/api
Futures Sandbox: https://demo-futures.kraken.com/settings/api
Start using the provided example scripts
The examples can be found within the repository of the python-kraken-sdk and obviously in this documentation. For trading algorithms templates see the Trading Bot Templates section.
Error handling
If any unexpected behavior occurs, please check your API permissions, rate limits, update the python-kraken-sdk, see the Troubleshooting section, and if the error persists please open an issue at python-kraken-sdk/issues.