[](https://pypi.python.org/pypi/pyCryptoPayAPI)
[](https://pypi.python.org/pypi/pyCryptoPayAPI)
[](https://pypi.org/project/pyCryptoPayAPI/)
# <p align="center">pyCryptoPayAPI</p>
Python implementation of [Crypto Pay API](https://help.crypt.bot/crypto-pay-api) (Crypto Pay is a payment system based on [@CryptoBot](http://t.me/CryptoBot))
# Installation
Installation using pip (a Python package manager):
```
$ pip install pyCryptoPayAPI
```
# Usage
Everything is as simple as the [API](https://help.crypt.bot/crypto-pay-api#available-methods) 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.
Raw data
{
"_id": null,
"home_page": null,
"name": "pyCryptoPayAPI",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "api, crypto, crypto-payment, cryptobot, cryptopay, python",
"author": "Badiboy",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/48/73/1d87a33b4e81725c52b59cec88fb1c3582696b44bcc638bbbc559a930a64/pycryptopayapi-1.0.1.tar.gz",
"platform": null,
"description": "[](https://pypi.python.org/pypi/pyCryptoPayAPI)\n[](https://pypi.python.org/pypi/pyCryptoPayAPI)\n[](https://pypi.org/project/pyCryptoPayAPI/)\n\n# <p align=\"center\">pyCryptoPayAPI</p>\nPython implementation of [Crypto Pay API](https://help.crypt.bot/crypto-pay-api) (Crypto Pay is a payment system based on [@CryptoBot](http://t.me/CryptoBot))\n\n# Installation\nInstallation using pip (a Python package manager):\n```\n$ pip install pyCryptoPayAPI\n```\n\n# Usage\nEverything is as simple as the [API](https://help.crypt.bot/crypto-pay-api#available-methods) itself.\n1. Create pyCryptoPayAPI instance\n2. Access API methods in pythonic notation (getInvoices -> get_invoices)\n```\nfrom pyCryptoPayAPI import pyCryptoPayAPI\nclient = pyCryptoPayAPI(\"API_TOKEN\")\nprint(client.get_balance())\n```\nYou can also check tests.py.\n\n# Exceptions\nExceptions are rised using pyCryptoPayException class.\n",
"bugtrack_url": null,
"license": "MIT license",
"summary": "Simple Python implementation of Crypto Pay API (Crypto Pay is a payment system based on @CryptoBot).",
"version": "1.0.1",
"project_urls": {
"Documentation": "https://github.com/Badiboy/pyCryptoPayAPI",
"Homepage": "https://github.com/Badiboy/pyCryptoPayAPI",
"Issues": "https://github.com/Badiboy/pyCryptoPayAPI/issues",
"Repository": "https://github.com/Badiboy/pyCryptoPayAPI"
},
"split_keywords": [
"api",
" crypto",
" crypto-payment",
" cryptobot",
" cryptopay",
" python"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "4c56fc21c7b3f446d2733f3122796c18334fd1a455e76609a65dcb3395edacbf",
"md5": "2bb6d97e159a3224bc678ecc1e43a5be",
"sha256": "c46781283c7d45198f88fe1ecbc4d62dd0dd3c3eefdc6b5393fa8b47f9c4c203"
},
"downloads": -1,
"filename": "pycryptopayapi-1.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "2bb6d97e159a3224bc678ecc1e43a5be",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 10512,
"upload_time": "2025-07-31T10:15:02",
"upload_time_iso_8601": "2025-07-31T10:15:02.805897Z",
"url": "https://files.pythonhosted.org/packages/4c/56/fc21c7b3f446d2733f3122796c18334fd1a455e76609a65dcb3395edacbf/pycryptopayapi-1.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "48731d87a33b4e81725c52b59cec88fb1c3582696b44bcc638bbbc559a930a64",
"md5": "787d34c015e489c0e4f0f1730a4a3bc8",
"sha256": "2a3b1ef2cc652ea457ee6a1db5a282f2c5802698e631f0d1ade5ddc3f712cee5"
},
"downloads": -1,
"filename": "pycryptopayapi-1.0.1.tar.gz",
"has_sig": false,
"md5_digest": "787d34c015e489c0e4f0f1730a4a3bc8",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 10233,
"upload_time": "2025-07-31T10:15:04",
"upload_time_iso_8601": "2025-07-31T10:15:04.044079Z",
"url": "https://files.pythonhosted.org/packages/48/73/1d87a33b4e81725c52b59cec88fb1c3582696b44bcc638bbbc559a930a64/pycryptopayapi-1.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-31 10:15:04",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Badiboy",
"github_project": "pyCryptoPayAPI",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "requests",
"specs": []
}
],
"lcname": "pycryptopayapi"
}