# NOWPayments API **Provider:** NOWPayments **Category:** storage **Base URL:** `https://api.nowpayments.io` **Auth:** none — `# No auth required` **Rate Limit:** See documentation **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://api.nowpayments.io ## Description 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. Keeping it simple – no excess. Sandbox Before production usage, you can test our API using th ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://api.nowpayments.io/v1/estimate` | Get estimated price | | GET | `https://api.nowpayments.io/v1/min-amount` | Get the minimum payment amount | | GET | `https://api.nowpayments.io/v1/payment/` | Get list of payments | | POST | `https://api.nowpayments.io/v1/payment/{id}/update-merchant-estimate` | Get/Update payment estimate | | GET | `https://api.nowpayments.io/v1/payment/{payment_id}` | Get payment status | | POST | `https://api.nowpayments.io/v1/payout/{withdrawals-id}/verify` | Verify payout | | GET | `https://api.nowpayments.io/v1/sub-partner` | Get sub-partners | | GET | `https://api.nowpayments.io/v1/sub-partner/balance/{id}` | Get sub-partner balance | ## Authentication No authentication required ``` # No auth required ``` ## Sample Request ```bash curl -X GET 'https://api.nowpayments.io/v1/estimate' \ -H '# No auth required' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — open public API, no authentication required. --- *Source: [API Map](https://apimap.dev/apis/nowpayments/) — CC BY 4.0*