Getting Started

  1. Install the Python module

python3 -m pip install python-kraken-sdk
  1. Register at Kraken and generate API Keys

  1. 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.

  1. 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.