Offical Bitxchange python API library
Project description
Bitxchange Python API Library
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 = exchange.create_order(**params)
print(order)
You can find more examples in the documentation at the link above.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bitxchange-py-api-0.0.2.tar.gz.
File metadata
- Download URL: bitxchange-py-api-0.0.2.tar.gz
- Upload date:
- Size: 6.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.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bf7f25d075c51744cd431e48f53bd91019f8a1168afd7e38276d6b7b41318379
|
|
| MD5 |
9b00051a7b8597cd6c5fc96d94d1c389
|
|
| BLAKE2b-256 |
45a1fef0c0da1c967e249479a6e36f9c49310bc842f5a845c9a24837866997c9
|
File details
Details for the file bitxchange_py_api-0.0.2-py3-none-any.whl.
File metadata
- Download URL: bitxchange_py_api-0.0.2-py3-none-any.whl
- Upload date:
- Size: 7.6 kB
- Tags: Python 3
- 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.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1733414331a38c633ddee6b882a92ea79160ea659a504839df7ec9ef254b316d
|
|
| MD5 |
289dd2020d727d644971256ddefad11a
|
|
| BLAKE2b-256 |
e3a6f93978c171d3fc317cb24666e0272802774cffc4da064e1de4c523254317
|