Txbit

A Python3 wrapper for the Txbit API
Installation
pip3 install txbit
Usage
from txbit import Txbit
from secrets import APIKEY, SECRET # api key and secret
# public functions (no APIKEY/Secret needed)
markets = Txbit.getMarketSummaries().result
order = Txbit.getOrderBook('ETH/BTC').result
# market and account functions (require APIKEY/Secret)
t = Txbit(APIKEY, SECRET)
request = t.getBalance()
if request.success:
balance = request.result
Support
For any help or questions, please open an issue on GitHub.
License
Release files for txbit 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| txbit-1.0.0.tar.gz | 5.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| txbit-1.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 11.8 kB
Release files / txbit-1.0.0.tar.gz
| Download URL | txbit-1.0.0.tar.gz |
|---|---|
| Size | 5.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
83016d1236b570b83febe7ff23421a286ea1bb1012a6b444005f00b5ba73b351
|
|
BLAKE2b-256 checksum How to use checksums |
4a39be6a48634a621bcf5cc8e98aa1a1984900f037edec1fcad49c5b240aa2d4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4
|
Release files / txbit-1.0.0-py3-none-any.whl
| Download URL | txbit-1.0.0-py3-none-any.whl |
|---|---|
| Size | 5.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
331cb75d9c2e78d27b98c045ba467e7020db6cc6aefb91037218da3bea738257
|
|
BLAKE2b-256 checksum How to use checksums |
6b01bad8250c7fba5721e2e68533d17bd4c75a4b5a721918216bb95f55dae350
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4
|