Skip to main content

Offical Bitxchange python API library

Project description

Bitxchange Python API Library

Python 3.6 License: MIT

This is a lightweight library that works as a connector to Bitxchange public API

Installation

pip install bitxchange-py-api

Documentation

https://bitxchange-python-api.readthedocs.io/en/latest/

RESTful APIs

Usage examples:

from bitxchange.spot import Spot

exchange = Spot(key='<api_key ', secret='api_secret')

params = {
    "amount": 1,
    "price": 0.05917959,
    "pair": "BTC/ETH",
    "order_type": 2,
    "type": "sell"
}

order = client.create_order(**params)

print(order)

You can find more examples in the documentation at the link above.

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

bitxchange-py-api-0.0.1.tar.gz (6.5 kB view hashes)

Uploaded Source

Built Distribution

bitxchange_py_api-0.0.1-py3-none-any.whl (7.4 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