Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.17 KB

README.md

File metadata and controls

44 lines (28 loc) · 1.17 KB

krakenex

Kraken.com exchange API, Python 3 package.

Installation

This package requires Python 3.3 or later.

Run python3 ./setup.py install. The module will be called krakenex.

Documentation

The code is simple and documented in docstrings.

For a list of public/private API methods, see Kraken API documentation.

Attribution

Core code is licensed under the LGPLv3 license. It should be available in LICENSE. If not, see here.

Examples are licensed under the Simplified BSD license. See examples/LICENSE.

Payward's PHP API, Alan McIntyre's BTC-e API, and ScriptProdigy's Cryptsy Python API were used as examples when writing the original Python 2 package. It was then ported to Python 3.