Skip to content

PAV-Laboratory/Krakipy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Krakipy

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

Features

  • 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

Installation

Use the package manager pip to install krakipy.

pip install krakipy

Usage

from krakipy import KrakenAPI

kr = KrakenAPI()

kr.get_ticker_information("XXBTZEUR")

License

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

About

Kraken API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 88.6%
  • Jupyter Notebook 11.4%