A python helper for the coinos API
Project description
pycoinos
This package serves as a python toolkit for interacting with the Coinos API.
Usage
The main entry point for the package is the Client class. This class provides methods for interacting with the Coinos API.
from pycoinos import Client
client = Client("ey...") # your coinos token
The Client class has the following methods:
me(): Get your account details and balance.post_invoice(): Create an invoice (lightning) or address (bitcoin).get_invoice(): Fetch an invoice by passing a bitcoin address or lightning payment hash.post_payment(): Send a lightning payment.bitcoin_payment(): Send a bitcoin payment.send(): Send an internal payment to another coinos user.get_payments(): Get all payments sent or received by the current user.set_token(): Update the token for the client.
Changelog
- v0.1.0: Initial release
License
Copyright (c) 2026 Gaelincho
The pycoinos package is distributed under the MIT License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pycoinos-0.1.4.tar.gz.
File metadata
- Download URL: pycoinos-0.1.4.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
849e42564d344ef2147beaca4c92db4c2cf8ed5dfd332e6c71236a0caa43ca6a
|
|
| MD5 |
a9dafc21fc898b53b76990aaa241ac40
|
|
| BLAKE2b-256 |
270cc2112bf999d71c5ed497924224405bfff0ff5ef6aa7b716669429b4f57ce
|
File details
Details for the file pycoinos-0.1.4-py3-none-any.whl.
File metadata
- Download URL: pycoinos-0.1.4-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
32bf78dbf784e13ec41a6e26d07988477ec914b7e5dacc3b9861460642a84df5
|
|
| MD5 |
437c7783f7e3ae961678449a4a4d3067
|
|
| BLAKE2b-256 |
f87629ba3689fed28d5e70ebf6eeb4898462deea85fb490544b791a672683ec5
|