Skip to main content

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

cryptounifier_python_sdk-0.0.3.tar.gz (2.6 kB view hashes)

Uploaded Source

Built Distribution

cryptounifier_python_sdk-0.0.3-py3-none-any.whl (3.2 kB view hashes)

Uploaded Python 3

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