CryptoUnifier PYTHON SDK
Project description
CryptoUnifier PYTHON SDK
A simple PYTHON SDK for interacting with Crypto Unifier API V1.
Installation
You can install the package via pypi:
pip install cryptounifier_python_sdk
Usage
Using the Wallet API client
You can use the WalletAPI class for convenient access to API methods. Some are defined in the code:
from cryptounifier_python_sdk import MerchantAPI
client = new WalletAPI("WALLET_KEY", "SECRET_KEY", "btc")
balance = client.getBalance()
print(balance)
depositAddresses = client.getDepositAddresses()
print(depositAddresses)
Using the Merchant API client
You can use the MerchantAPI class for convenient access to API methods. Some are defined in the code:
from cryptounifier_python_sdk import MerchantAPI
client = new MerchantAPI("MERCHANT_KEY", "SECRET_KEY")
invoice = client.createInvoice(["btc", "bch", "eth"])
print(invoice)
License
The MIT License (MIT). Please see License File for more information.
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 cryptounifier_python_sdk-0.0.4.tar.gz.
File metadata
- Download URL: cryptounifier_python_sdk-0.0.4.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.8.1 keyring/23.5.0 rfc3986/1.5.0 colorama/0.4.4 CPython/3.7.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f40dd2cda999767f5da1685d16d8c7488924ebfe39895805aa2b9dcc0f42b0ed
|
|
| MD5 |
2f59a599ee2ed36ee6a765fe9ddb8b28
|
|
| BLAKE2b-256 |
e572cbe9229e0a757903138dc4459587679210fa7763fac3c74a3eb8b9e07672
|
File details
Details for the file cryptounifier_python_sdk-0.0.4-py3-none-any.whl.
File metadata
- Download URL: cryptounifier_python_sdk-0.0.4-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.8.1 keyring/23.5.0 rfc3986/1.5.0 colorama/0.4.4 CPython/3.7.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
63706e27e28ce381dcbe129fed55204a085130d3cae0bb67bec481481eb3437e
|
|
| MD5 |
8f1bbf3c329d2a54116aaa79b6aaffe3
|
|
| BLAKE2b-256 |
73756599b672882e0aec8671d3581cd2fffb579700206c177b49cddbaa02c2a3
|