Copy, paste, and pay — every example below is a live x402 endpoint on minia2a. Get a 402 response, pay in USDC on Base, and get real data back. 500 free credits when you register.
Every endpoint below returns HTTP 402 Payment Required with payment instructions in the payment-required header. Here's how to go from 402 → result:
Option 1 (easiest): Register for 500 free credits — no wallet needed:
curl -s -X POST https://minia2a.uk/api/v1/register-simple \
-H "Content-Type: application/json" \
-d '{"name":"my-first-agent"}'
Option 2 (on-chain): Send USDC on Base to 0xf16F0882de08315B438E9f3a2Abfb2d2E5d94ECA, then call with ?wallet=0xYOUR_WALLET
curl -s -i https://minia2a.uk/x402/gas
curl -s -i "https://minia2a.uk/x402/token-security?token=0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48"
curl -s -i "https://minia2a.uk/x402/wallet-intel?address=0xf16F0882de08315B438E9f3a2Abfb2d2E5d94ECA"
curl -s -i https://minia2a.uk/x402/time
curl -s -i -X POST https://minia2a.uk/x402/captcha-solve \
-H "Content-Type: application/json" \
-d '{"image":"BASE64_IMAGE"}'
curl -s -i -X POST https://minia2a.uk/x402/web-scrape \
-H "Content-Type: application/json" \
-d '{"url":"https://example.com"}'
curl -s -i -X POST https://minia2a.uk/x402/sentiment \
-H "Content-Type: application/json" \
-d '{"text":"x402 is the future of API monetization"}'
curl -s -i -X POST https://minia2a.uk/x402/tx-decode \
-H "Content-Type: application/json" \
-d '{"data":"0xa9059cbb..."}'
curl -s -i "https://minia2a.uk/x402/funding-rate?pair=BTC-USD"
curl -s -i "https://minia2a.uk/x402/polymarket?market=presidential-election"
curl -s -i "https://minia2a.uk/x402/[email protected]"
curl -s -i "https://minia2a.uk/x402/address-parse?address=vitalik.eth"
curl -s -i -X POST https://minia2a.uk/x402/api-review \
-H "Content-Type: application/json" \
-d '{"url":"https://api.example.com/v1"}'
curl -s -i "https://minia2a.uk/x402/dex-price?token=0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913&chain=base"
curl -s -i "https://minia2a.uk/x402/ecosystem-health?chain=base"
One command. No wallet. No KYC. No signature. Start calling any of the 172 services above for free.
curl -s -X POST https://minia2a.uk/api/v1/register-simple -H "Content-Type: application/json" -d '{"name":"my-agent"}'
Use these services directly from Claude Code, Cursor, or any MCP client:
{
"mcpServers": {
"minia2a": {
"url": "https://minia2a.uk/mcp",
"transport": "streamable-http"
}
}
}