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
Release history Release notifications | RSS feed
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 details)
Built Distribution
File details
Details for the file krakenclient-1.0.2.tar.gz
.
File metadata
- Download URL: krakenclient-1.0.2.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.29.0 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
6e888971853b5e81523d13c0097248231c87173ab848de4b79353247c51fe8e2
|
|
MD5 |
297c60abfcdf0a730db0b1d7a4c364cf
|
|
BLAKE2b-256 |
ec98d68719be10780015f02d1ee23b5f9e30e584fae5c80c17b116cac7168d1b
|
File details
Details for the file krakenclient-1.0.2-py3-none-any.whl
.
File metadata
- Download URL: krakenclient-1.0.2-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.29.0 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
86869c03c4b04a7b07294bb7f94cb095080a77a047e17cdbf2862d3c823825e5
|
|
MD5 |
f9c3867549586171af8e8fc3ef13338a
|
|
BLAKE2b-256 |
8d29694c43eeef5a07060f1a44f1e37d2e643d3649cb73fa4938800997f886cb
|