Skip to main content

Easy interaction with Cryptomus API, support for asynchronous approaches

Project description

Project Version License

Typing SVG

What are Cryptomus crypto payment gateway features?

🛡 Volatility protection

Automatic conversion of incoming payments into stablecoins will protect against cryptocurrency volatility.
The Withdrawal auto-convert feature allows you to withdraw your crypto in a preferred currency, and both features are completely free to use!

⚙ Transactions status management

  • Adjust the allowed payment accuracy.
  • View if an invoice has been overpaid or underpaid and send an additional invoice to collect a remaining amount.

% Flexible commissions for each coin

Set additional commissions or add a discount for chosen coins.


💬 Support team

  • Telegram
  • Email
  • Our website in the form of tickets
  • As a personal manager for our merchants

📄 Mass payouts

Make mass payouts to thousands of addresses with automatic conversion in just one moment.
All features


About This Project

This project is written on pure enthusiasm, I want this library to be usable and used regularly. This project has the ability to run synchronously or asynchronously, which makes it more flexible. The project will be maintained and improved, and you can buy me a coffee :) Thanks, have a good day!

Buy Me A Coffee

Installation

[!WARNING] Current Version in DEV. MODE (beta. u know.)

  • Installation using the pip package manager
$ pip install CryptomusAPI
  • Install from GitHub (requires git)
$ git clone https://github.com/Fsoky/CryptomusAPI
$ cd CryptomusAPI
$ python setup.py install
  • Or
$ pip install git+https://github.com/Fsoky/CryptomusAPI

Get Started

[!TIP] Refer to the documentation in any unclear situation: https://doc.cryptomus.com/
To get MERCHANT_ID and API_KEY register and send an application to https://cryptomus.com/

⚠ Make sure you have a ready project in which you will connect Cryptomus otherwise the key will not be issued!

import asyncio
from CryptomusAPI import CryptomusClient

api = CryptomusClient("MERCHANT-UUID", "API-KEY")


async def main() -> None:
    invoice = await api.create_invoice(
        amount=10,
        currency="USDT"
        network="tron",
        lifetime=300
    )
    print(invoice.url)

    await api.session.close()


if __name__ == "__main__":
    asyncio.run(main())

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

cryptomusapi-1.0.2.tar.gz (9.4 kB view details)

Uploaded Source

File details

Details for the file cryptomusapi-1.0.2.tar.gz.

File metadata

  • Download URL: cryptomusapi-1.0.2.tar.gz
  • Upload date:
  • Size: 9.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.0

File hashes

Hashes for cryptomusapi-1.0.2.tar.gz
Algorithm Hash digest
SHA256 07507d6e838d8a10c720cd0f8f01cdb1982c1848c4970d831fb74eb5493aaf32
MD5 6d9f666ca269eed75fd687c287d2a66d
BLAKE2b-256 660b130586f9977fde5a5cda325f06686df110cea2795c1974a72c32ca3e6323

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page