veox / python2-krakenex

(UNMAINTAINED) REST Exchange API for Kraken.com, Python 2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

krakenex

Kraken.com exchange API, Python 2 package.

Installation

Run python ./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

This code is licensed under LGPLv3. 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.

About

(UNMAINTAINED) REST Exchange API for Kraken.com, Python 2

License:GNU Lesser General Public License v3.0


Languages

Language:Python 100.0%