Bitronit Python Client
Project description
Bitronit Python
Python Client for Bitronit (v2 API)
Installation
The bitronit package is available on PyPI. Install with pip:
pip install bitronit
Getting Started
The BitronitClient object can be created without authentication to make public requests. You can simply create Client object without any arguments.
For the private request the BitronitClient needs to be authenticated with api key and secret that you can create from API Management page in Bitronit dashboard.
Usage
After installing the library, just import the client.
from bitronit.client import BitronitClient
You can use public endpoints without providing an api key/secret pair.
my_client = BitronitClient()
my_client.get_assets()
If you have an api key/secret pair, you can use private endpoints
my_client = BitronitClient(api_key='<Your Api Key>', api_secret='<Your Api Secret>')
my_client.get_wallets()
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
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 bitronit-1.1.1.tar.gz.
File metadata
- Download URL: bitronit-1.1.1.tar.gz
- Upload date:
- Size: 10.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7f597d24e9d38d8f6c6f21b8c8ff1140a168822161136f2186c233af58cf2d88
|
|
| MD5 |
18269b8bdb496b4c3ea44160abe818cb
|
|
| BLAKE2b-256 |
5f53cba8f7e78ffe8318e761af67094cd08f634bc8c102e59307e888f09b0ad7
|
File details
Details for the file bitronit-1.1.1-py3-none-any.whl.
File metadata
- Download URL: bitronit-1.1.1-py3-none-any.whl
- Upload date:
- Size: 14.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fd467cad8eb50e2211f029bc03d2bb31c64e1f2b9103aaf2f803c4180f989fcb
|
|
| MD5 |
30d1502e9dbdb3638d7e93ee45ef5818
|
|
| BLAKE2b-256 |
bb674c9bd627874e8163bd681dca32f5f2acaa5c624f6769e78c0618eb82e317
|