Finance

NOWPayments

@ktmcp-cli/nowpayments

NOWPayments is a non-custodial cryptocurrency payment gateway that allows you to accept crypto payments. This CLI provides access to payment creation, status checking, and transaction management.

Quick Start

Install the CLI globally using npm:

npm install -g @ktmcp-cli/nowpayments

Features

Accept cryptocurrency payments
Support for 200+ cryptocurrencies
Payment status tracking
Instant payment notifications
Automated currency conversion
Refund management

Usage Examples

Authentication

# Configure API credentials
nowpayments auth login --api-key YOUR_API_KEY

# Test connection
nowpayments auth status

Create a payment

# Create a new payment
nowpayments payments create \
  --price-amount 100 \
  --price-currency USD \
  --pay-currency BTC \
  --order-id ORDER123

# Get payment status
nowpayments payments status PAYMENT_ID

List available currencies

# Get all supported currencies
nowpayments currencies list

# Get specific currency info
nowpayments currencies get BTC

Documentation

For complete documentation, API reference, and advanced usage examples, visit the GitHub repository. Each CLI includes comprehensive README.md, AGENT.md for AI integration, and OPENCLAW.md for tool definitions.