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.
Release files for krakenclient 1.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| krakenclient-1.0.2.tar.gz | 3.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| krakenclient-1.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 7.2 kB
Release files / krakenclient-1.0.2.tar.gz
| Download URL | krakenclient-1.0.2.tar.gz |
|---|---|
| Size | 3.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
6e888971853b5e81523d13c0097248231c87173ab848de4b79353247c51fe8e2
|
|
BLAKE2b-256 checksum How to use checksums |
ec98d68719be10780015f02d1ee23b5f9e30e584fae5c80c17b116cac7168d1b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / krakenclient-1.0.2-py3-none-any.whl
| Download URL | krakenclient-1.0.2-py3-none-any.whl |
|---|---|
| Size | 4.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
86869c03c4b04a7b07294bb7f94cb095080a77a047e17cdbf2862d3c823825e5
|
|
BLAKE2b-256 checksum How to use checksums |
8d29694c43eeef5a07060f1a44f1e37d2e643d3649cb73fa4938800997f886cb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|