A python library to consume Quidax API
Project description
quidax-python
Python plugin for Quidax View on pypi.python.org
Installation
pip install quidax-python
Instantiate Quidax
from quidaxapi.quidax import Quidax
quidax_secret_key = "5om3secretK3y"
quidax = Quidax(secret_key=quidax_secret_key)
# to use users class
quidax.users.all_sub_account()
# to list all markets
quidax.markets.list_all_markets()
# to fetch user trades
quidax.trades.trades(user_id)
# to fetch wallets from a user and a specific wallet.
quidax.wallets.fetch_a_specific_currency_wallet(user_id, currency)
DOC Reference: https://developer.quidax.com/
Other methods can be found in the docs folder
Available resources
Users
Orders
InstantOrders
Markets
Wallets
Withdrawal
Deposits
Trades
Quotes
Please reference the docs folder for usage,
This repo won't be possible without the hard work of andela-sjames.
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
quidax-python-1.2.tar.gz
(8.9 kB
view details)
File details
Details for the file quidax-python-1.2.tar.gz
.
File metadata
- Download URL: quidax-python-1.2.tar.gz
- Upload date:
- Size: 8.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 81381b77de301032f822ee3dc4ed929c1cc9792c1800a44cff4ee5a06e8ff036 |
|
MD5 | 5cf89d9010766e61d9cb6ce2fa6e4348 |
|
BLAKE2b-256 | 7b69a9ca06ca8a4232250820796ad20c2795ce397387d6583e1e8573df123f30 |