Help us improve
Share bugs, ideas, or general feedback.
From alchemy-skills
Make paid HTTP requests to x402-protected endpoints. Automatically handles 402 Payment Required responses by signing payment transactions with a local wallet on Solana or Base.
npx claudepluginhub moonpay/skills --plugin moonpay-skillsHow this skill is triggered — by the user, by Claude, or both
Slash command
/alchemy-skills:moonpay-x402The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Make HTTP requests to x402-protected endpoints. The CLI automatically detects 402 Payment Required responses, builds and signs a payment transaction with your local wallet, and retries the request with the payment proof.
Make paid API requests to x402 endpoints with automatic USDC payment. Use when calling a paid API or paying for an API call.
Upgrades MoonPay API rate limits via crypto payment using x402. Supports 24h ($1 USDC) and 30d ($20 USDC) durations on Solana or Base chains.
Pays HTTP 402 challenges for machine-payable APIs using Tempo CLI requests and Uniswap swaps to fund wallet from any EVM token.
Share bugs, ideas, or general feedback.
Make HTTP requests to x402-protected endpoints. The CLI automatically detects 402 Payment Required responses, builds and signs a payment transaction with your local wallet, and retries the request with the payment proof.
mp x402 request \
--method POST \
--url <x402-endpoint-url> \
--body '<json-body>' \
--wallet <wallet-name-or-address> \
--chain solana
| Endpoint | Cost | Input |
|---|---|---|
https://agents.moonpay.com/x402/upgrade | $1-$20 | {"duration": "day"} or {"duration": "month"} |
mp upgrade --duration day --wallet my-wallet --chain solana