Using nowpayments-python-sdk with nowpayments.io

Python integration

Install

pip install nowpayments-python-sdk

Quick start

import nowpayments-python-sdk

client = nowpayments_python_sdk.Client("YOUR_API_KEY")
Get estimated price
curl \
  https://api.nowpayments.io/v1/estimate
Get list of payments
curl \
  https://api.nowpayments.io/v1/payment/
Get the minimum payment amount
curl \
  https://api.nowpayments.io/v1/min-amount
SDK on GitHub 📄 API Docs
SDK
nowpayments-python-sdk
Python
API
nowpayments.io
nowpayments.io

At a glance

Language Python
Endpoints16
Base URLhttps://api.nowpayments.io