{"endpoint":"/api/x402-test-mint","description":"Mint 10 xTest tokens for $0.1 USDC via X402 payment","version":"3.0.0-thirdweb","pricing":{"fixed":"10 tokens for $0.1 USDC","tokensPerPayment":10,"usdcPerPayment":0.1,"network":"base"},"usage":{"method":"POST","step1":"POST without X-402-Payment header to get payment requirements (402)","step2":"Create X402 payment payload using requirements","step3":"POST with X-402-Payment header and wallet address to mint tokens (200)"},"features":["Powered by ThirdWeb X402","Fixed pricing: 10 tokens for $0.1 USDC","Simple wallet address input","No authentication required","Instant minting after payment"],"requestBody":{"walletAddress":"string (required) - Your wallet address to receive tokens (0x...)"},"examples":{"get402":"curl -X POST https://mint.xquant.fund/api/x402-test-mint -H \"Content-Type: application/json\" -d '{\"walletAddress\": \"0xYOUR_WALLET\"}'","withPayment":"curl -X POST https://mint.xquant.fund/api/x402-test-mint -H \"Content-Type: application/json\" -H \"X-402-Payment: YOUR_PAYMENT_HEADER\" -d '{\"walletAddress\": \"0xYOUR_WALLET\"}'"}}