Skip to main content

CryptoUnifier API Python Integration.

Project description

CryptoUnifier Python SDK

A simple Python SDK for interacting with Crypto Unifier API V1.

Installation

You can install the package via pip:

pip require cryptounifier

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 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 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-1.0.2.tar.gz (3.8 kB view hashes)

Uploaded Source

Built Distribution

cryptounifier-1.0.2-py3-none-any.whl (5.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