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.
Install the CLI globally using npm:
npm install -g @ktmcp-cli/nowpayments # Configure API credentials
nowpayments auth login --api-key YOUR_API_KEY
# Test connection
nowpayments auth status # 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 # Get all supported currencies
nowpayments currencies list
# Get specific currency info
nowpayments currencies get BTC 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.