Skip to main content

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

bitronit-1.1.1.tar.gz (10.0 kB view details)

Uploaded Source

Built Distribution

bitronit-1.1.1-py3-none-any.whl (14.0 kB view details)

Uploaded Python 3

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

Hashes for bitronit-1.1.1.tar.gz
Algorithm Hash digest
SHA256 7f597d24e9d38d8f6c6f21b8c8ff1140a168822161136f2186c233af58cf2d88
MD5 18269b8bdb496b4c3ea44160abe818cb
BLAKE2b-256 5f53cba8f7e78ffe8318e761af67094cd08f634bc8c102e59307e888f09b0ad7

See more details on using hashes here.

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

Hashes for bitronit-1.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 fd467cad8eb50e2211f029bc03d2bb31c64e1f2b9103aaf2f803c4180f989fcb
MD5 30d1502e9dbdb3638d7e93ee45ef5818
BLAKE2b-256 bb674c9bd627874e8163bd681dca32f5f2acaa5c624f6769e78c0618eb82e317

See more details on using hashes here.

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