From alchemy-skills
Makes paid HTTP requests to x402-protected endpoints by auto-detecting 402 responses, signing payments with local Solana/Base USDC wallets, and retrying. For premium APIs like rate limit upgrades.
npx claudepluginhub moonpay/skills --plugin alchemy-skillsThis skill uses the workspace's default tool permissions.
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.
Upgrades MoonPay API rate limits by paying USDC via x402 from Solana or Base wallets. Stackable day ($1) or month ($20) options for high-volume usage.
Builds x402 protocol for HTTP 402 on-chain micropayments in paid APIs, paywalls, AI agents. Supports TypeScript, Python, Go SDKs on EVM, Solana, Stellar, Aptos.
Integrates x402 crypto payment protocol for pay-per-use XActions API access. Supports multi-chain (Base, Ethereum, Polygon, Arbitrum) and multi-token (USDC, ETH, USDT, MATIC) payments. Use for crypto billing or x402 integration in apps.
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