Skip to main content

A simple Kraken client API

Project description

krakenclient: Python API client for Kraken (built on krakenex)

Installation

pip3 install krakenclient

Usage

import krakenclient.kraken_client_api as krakenclient

# How to access order book data 
xrp_order_book = krakenclient.get_order_book(pair='XRPUSD')
print(xrp_order_book)

# How to perform account operations
krakenclient.set_keys(public='your_public_key', private='your_private_key')  # Set your api keys to perform account operations
trade_balance = krakenclient.get_trade_balance(asset='XRPUSD')
print(trade_balance)

# Need help? 
krakenclient.i_need_help()

Dependencies

Disclaimer

We are not affiliated with Kraken and this is a third-party implementation.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

krakenclient-1.0.2.tar.gz (3.0 kB view hashes)

Uploaded Source

Built Distribution

krakenclient-1.0.2-py3-none-any.whl (4.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page