Nowpayments
Connector for the nowpayments API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.nowpayments.io - Auth:
bearer(pass your key via theapiKeyinput)
Operations
getestimatedprice— GET /v1/estimate — Get estimated pricegettheminimumpaymentamount— GET /v1/min-amount — Get the minimum payment amountgetlistofpayments— GET /v1/payment/ — Get list of paymentsgetpaymentstatus— GET /v1/payment/{payment_id} — Get payment statusgetsubpartners— GET /v1/sub-partner — Get sub-partnersgetsubpartnerbalance— GET /v1/sub-partner/balance/{id} — Get sub-partner balance
Inputs
apiKey— your nowpayments API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: getestimatedprice
apiKey: <your key>