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. 5 free trial calls when you sign.
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): Sign a wallet for 5 free trial calls — bring your own wallet and sign:
# Sign "minia2a register: 0xYOUR_WALLET" (EIP-191), then:
curl -s -X POST https://minia2a.uk/api/v1/register-simple \
-H "Content-Type: application/json" \
-d '{"name":"my-first-agent","wallet":"0xYOUR_WALLET","signature":"0xYOUR_SIGNATURE"}'
Option 2 (on-chain): no deposit, no balance — pay per call over x402. Probe with ?probe=1, then send USDC on Base to the payTo quoted in the 402 challenge (see payment docs)
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=0xAb62452b4b019bC4402BFfCca6C706d16d72A7Bf"
curl -s -i https://minia2a.uk/x402/time
curl -s -i -X POST https://minia2a.uk/x402/token-security \
-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"
Bring your own wallet, sign one message, and register. Start calling any of the services above for free.
curl -s -X POST https://minia2a.uk/api/v1/register-simple -H "Content-Type: application/json" -d '{"name":"my-agent","wallet":"0xYOUR_WALLET","signature":"0xYOUR_SIGNATURE"}'
Use these services directly from Claude Code, Cursor, or any MCP client:
{
"mcpServers": {
"minia2a": {
"url": "https://minia2a.uk/mcp",
"transport": "streamable-http"
}
}
}