NOWPayments python API
Project description
NOWPayments-Python-API
A Python wrapper for the NOWPaiments API.
The api call descriptions are from the official documentation.
Getting Started
Before using the NOWPayments API, sign up for a free 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_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-0.0.5.tar.gz
(2.6 kB
view hashes)
Built Distribution
Close
Hashes for nowpayments-0.0.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 36a92ac8df96262bdde593e15c9d9107e07bd997f9560185dcc1f9df9eb46baf |
|
MD5 | 307b8fb3c01f259271c450199bdab74f |
|
BLAKE2b-256 | 23a2b915439567d9f3abb5ec9cf9e6fe7638a2afb30ee0364d93d15aae27d5a4 |