Pay $0.05 USDC on Base. No ETH, no account, no signup — just an x402-compatible wallet.
awal) or any other x402 v2 client with a real private key configuredawalnpm install -g awal
npx awal wallet setup
npx awal x402 details "https://mcpswap-x402.kdlcfa.workers.dev/mint?x402=v2"
Shows the price ($0.05), network (eip155:8453 — Base), and recipient address.
npx awal x402 pay "https://mcpswap-x402.kdlcfa.workers.dev/mint?x402=v2" --max-amount 60000 --json
On success, you get back:
| Field | Meaning |
|---|---|
tokenId | The token number of the NFT you just minted |
mintTxHash | The mint transaction on Base |
transferTxHash | The transaction that sent the NFT to your wallet |
mintedTo | The receiving wallet address |
https://basescan.org/tx/<mintTxHash>
View on OpenSea: opensea.io/assets/base/0x2d255Ee1E17aa9b86c9f3736E79011907e1166FB
--max-amount 60000 is just the authorization cap ($0.06). The real charge always equals the listed price ($0.05).0x2d255Ee1E17aa9b86c9f3736E79011907e1166FB (Base mainnet, chainId 8453), ERC-721, verified on Basescan.awal x402 clientAny client implementing the x402 v2 spec works. Endpoint:
GET https://mcpswap-x402.kdlcfa.workers.dev/mint?x402=v2
Accepted payment: scheme: exact, network: eip155:8453, asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 (USDC on Base).