A Python wrapper for the NOWPayments API
Project description
NOWPayments-Python-API
A Python wrapper for the NOWPayments API.
The api call descriptions are from the official documentation.
Getting Started
Before using the NOWPayments API, sign up for a API key here.
If you want to use the Sandbox, request your API key here.
To install the wrapper, enter the following into the terminal.
pip install nowpayments
Every api call requires this api key. Make sure to use this key when getting started.
from nowpayments import NOWPayments
payment = NOWPayments("API_KEY")
status = payment.get_api_status()
Sandbox is used in the same way in correspondence with the documentation as follows.
from nowpayments import NOWPaymentsSandbox
payment = NOWPaymentsSandbox("SANDBOX_API_KEY")
status = payment.get_api_status()
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
nowpayments-1.3.3.tar.gz
(5.1 kB
view details)
Built Distribution
File details
Details for the file nowpayments-1.3.3.tar.gz
.
File metadata
- Download URL: nowpayments-1.3.3.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.2 CPython/3.11.0 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 71c58ccbc61ed18ee638cd470e04516726c777f83166ca89f90334100f4538a6 |
|
MD5 | 4dc5d3bba352df49f015d00eb9abb3f3 |
|
BLAKE2b-256 | d5bff3cc97a3d9a32e12658264ca62a19931ba417ec8a036959a37dc62690614 |
File details
Details for the file nowpayments-1.3.3-py3-none-any.whl
.
File metadata
- Download URL: nowpayments-1.3.3-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.2 CPython/3.11.0 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 230d77c54a279b900b6d06dc9b6b6dbe2fdf7a7065cdd317d3c80604dab385c0 |
|
MD5 | cd20ffdfceea0ddb9ae42bc9a59a37d1 |
|
BLAKE2b-256 | 680b6199dd79c2e9f071d42c33b4179b1e0ff9bc313794a3a6dbfd3ee584ecbc |