Krakipy is an easy to use Kraken API. It uses the REST-API of the Kraken.com cryptocurrency exchange.
For more information please visit the krakipy documentation
31.07.2021 - Updated to support staking and unstaking via krakipy
- all methods of the kraken rest api are included (Documentation also updated)
- easy and fast to use
- two factor authentification support (static and OTP)
- tor suppport
Use the package manager pip to install krakipy.
pip install krakipyfrom krakipy import KrakenAPI
kr = KrakenAPI()
kr.get_ticker_information("XXBTZEUR")The krakipy code is licensed under the GNU GENERAL PUBLIC LICENSE Version 3. This program comes with ABSOLUTELY NO WARRANTY
Krakipy Copyright (C) 2020-2021 Hubertus Wilisch