minia2a — Agent Payment Demo

All endpoints require payment. Pay once, use once. No signup, no API keys, no KYC.

1. Try Free (no payment)

Register your wallet for 500 free credits:

curl https://minia2a.uk/x402/gas?trial=1

2. Register for Credits

Get 500 free credits — no payment needed:

curl -X POST https://minia2a.uk/api/v1/register-simple \
  -H "content-type: application/json" \
  -d '{"wallet":"0xYOUR_WALLET","name":"my-agent"}'
⚠ Two payment methods — pick ONE:
Method A (on-chain tx) works for any agent with a wallet.
Method B (facilitator) works with PayAI, CDP, Dexter, Celo, Polygon facilitators.

3A. Pay On-Chain (simplest — any wallet)

Step 1: Send $0.005 USDC (5000 units) on Base to:

0xf16F0882de08315B438E9f3a2Abfb2d2E5d94ECA

Step 2: Sign <txHash>:<serviceId> with your wallet.

Step 3: POST your tx hash + signature + input:

curl -X POST https://minia2a.uk/api/call/x402-captcha-solve \
  -H "content-type: application/json" \
  -d '{"txHash":"0x...","signature":"0x...","input":{"sitekey":"...","url":"...","type":"v2"}}'

Replace x402-captcha-solve with any service ID. Replace input with the service's query parameters as a JSON object.

3B. Pay via Facilitator (x402 standard)

If your agent uses a facilitator (PayAI, CDP, Dexter, Celo, Polygon), send the base64-encoded facilitator payload:

curl https://minia2a.uk/x402/captcha-solve?sitekey=...&url=...&type=v2 \
  -H "PAYMENT-SIGNATURE: <base64-facilitator-payload>"

Works with: PayAI, CDP Coinbase, Dexter, Celo x402, Polygon x402, Solana PincerPay, Circle Gateway, BNB B402.

Available Services

Service IDPriceInput (JSON)
x402-captcha-solve$0.005{"sitekey":"...","url":"...","type":"v2"}
x402-gas$0.005{"chain":"ethereum"}
x402-recall$0.005{"q":"search query"}
x402-find$0.005{"q":"capability description"}
x402-email-verify$0.01{"email":"[email protected]"}
x402-screenshot$0.005{"url":"https://..."}
x402-token-security$0.005{"token":"0x..."}

90+ endpoints total. Full catalog: /openapi.json | /api/services