SkillAgentSearch skills...

PyCryptoPayAPI

Python implementation of Crypto Pay API (Crypto Pay is a payment system based on @CryptoBot)

Install / Use

/learn @Badiboy/PyCryptoPayAPI
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

PyPi Package Version Supported Python versions PyPi downloads

<p align="center">pyCryptoPayAPI</p>

Python implementation of Crypto Pay API (Crypto Pay is a payment system based on @CryptoBot)

Installation

Installation using pip (a Python package manager):

$ pip install pyCryptoPayAPI

Usage

Everything is as simple as the API itself.

  1. Create pyCryptoPayAPI instance
  2. Access API methods in pythonic notation (getInvoices -> get_invoices)
from pyCryptoPayAPI import pyCryptoPayAPI
client = pyCryptoPayAPI("API_TOKEN")
print(client.get_balance())

You can also check tests.py.

Exceptions

Exceptions are rised using pyCryptoPayException class.

Related Skills

View on GitHub
GitHub Stars6
CategoryDevelopment
Updated6d ago
Forks2

Languages

Python

Security Score

90/100

Audited on Apr 1, 2026

No findings