Skip to main content

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


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 hashes)

Uploaded Source

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