NOWPayments API
The NOWPayments API provides programmatic access to cryptocurrency payment processing, including price and minimum‑amount estimates, creation and status tracking of payments, payout verification, sub‑partner balance and transfer management, and management of recurring payment subscriptions and plans.
Latency
421ms p95
Uptime
100.0% 30d
Playground
Verified
live
Endpoints
/v1/estimate
Get estimated price
/v1/min-amount
Get the minimum payment amount
/v1/payment/
Get list of payments
/v1/payment/{id}/update-merchant-estimate
Get/Update payment estimate
/v1/payment/{payment_id}
Get payment status
/v1/payout/{withdrawals-id}/verify
Verify payout
/v1/sub-partner
Get sub-partners
/v1/sub-partner/balance/{id}
Get sub-partner balance
/v1/sub-partner/transfer/{id}
Get transfer
/v1/sub-partner/transfers
Get all transfers
/v1/subscriptions
Get many recurring payments
/v1/subscriptions/plans
Get many plans
/v1/subscriptions/plans/{plan-id}
Get one plan
/v1/subscriptions/plans/{plan-id}
Update plan
/v1/subscriptions/{sub_id}
Delete recurring payment
/v1/subscriptions/{sub_id}
Get one recurring payment
16 endpoints auto-detected
curl -X GET \ "https://api.nowpayments.io/v1/estimate"
api.nowpayments.io · HTTPS only