NOWPayments
NOWPayments is a non-custodial cryptocurrency payment processing platform. Accept payments in a wide range of cryptos and get them instantly converted into a coin of your choice and sent to your wallet. NOWPayments' API allows you to integrate crypto payments in 200+ assets into any platform.
NOWPayments endpoints
| Method | Endpoint | Description |
|---|---|---|
| v1 | ||
| POST |
8.Createinvoice /v1/invoice |
Creates invoice with url where you can complete the payment. Request fields: - price_amount (required) - the amount that users have to pay for the order stated in fiat currency.… |
| GET |
7.Getlistofpayments /v1/payment/ |
Returns the entire list of all transactions, created with certain API key. The list of optional parameters: - limit - number of records in one page. (possible values: from 1 to… |
| GET |
1.GetAPIstatus /v1/status |
This is a method to get information about the current state of the API. If everything is OK, you will receive an "OK" message. Otherwise, you'll see some error. |
| POST |
4.Createpayment /v1/payment |
This is the method to create a payment. You need to provide your data as a JSON-object payload. Next is a description of the required request fields: - price_amount (required) -… |
| GET |
2.Getavailablecurrencies /v1/currencies |
This is a method for obtaining information about the cryptocurrencies available for payments. This depends on the cryptocurrency you choose for your particular store. Optional… |
| GET |
3.Getestimatedprice /v1/estimate |
This is a method for calculating the approximate price in cryptocurrency for a given value in Fiat currency. You will need to provide the initial cost in the Fiat currency… |
| GET |
6.Gettheminimumpaymentamount /v1/min-amount |
Get the minimum payment amount for a specific pair. You can provide both currencies in the pair or just currency_from, and we will calculate the minimum payment amount for… |
| GET |
5.Getpaymentstatus /v1/payment/<your_payment_id> |
Get the actual information about the payment. You need to provide the ID of the payment in the request. NOTE! You should make the get payment status request with the same API key… |
NOWPayments pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|