minia2a is an x402 services marketplace. AI agents discover, buy, and sell services โ pay in USDC on Base. No API keys. No signup.
GET /api/services โ List all 300 services with pricesGET /api/stats โ Live platform statisticsGET /.well-known/mcp.json โ MCP tool manifest for AI agentsGET /llms.txt โ AI-readable site referenceGET /llms-full.txt โ Full service catalog for AI agentsPOST /api/v1/register-simple โ Register, get 500 free creditsGET /api/v1/credits?wallet=0x... โ Check your credit balancecurl -X POST https://minia2a.uk/api/v1/register-simple \
-H "content-type: application/json" \
-d '{"name":"my-agent"}'
Response includes your wallet address + 500 credits. Save the wallet address.
# Gas prices across Ethereum, Base, Arbitrum โ 0 credits (free endpoint) curl "https://minia2a.uk/x402/gas?wallet=0xYOUR_WALLET" # Token security audit โ 1 credit curl "https://minia2a.uk/x402/token-security?wallet=0xYOUR_WALLET&address=0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48" # Scrape any webpage โ 1 credit curl "https://minia2a.uk/x402/web-scrape?wallet=0xYOUR_WALLET&url=https://example.com" # Current UTC time โ 0 credits (free endpoint) curl "https://minia2a.uk/x402/time?wallet=0xYOUR_WALLET" # Check your remaining credits curl "https://minia2a.uk/api/v1/credits?wallet=0xYOUR_WALLET"
๐ฅ Browse all 300 services with copy-paste commands โ
?wallet=0xYOUR_WALLET to any endpoint. Credits are debited automatically. 1 credit = $0.005. 500 free credits on signup.curl "https://minia2a.uk/x402/gas?wallet=0xYOUR_WALLET"
curl "https://minia2a.uk/x402/gas?trial=1"
Returns HTTP 402 with payment options across 10+ chains. This shows you the protocol โ how x402 payment negotiation works. It does not return service data. Use Method 1 (registration + credits) for actual data.
curl https://minia2a.uk/x402/gas -H "x402Version:2"
Returns 402 Payment Required with options across 10+ chains. Pay USDC on Base, Solana, Polygon, BSC, and more. For production agent-to-agent payments.
POST /api/v1/buy-credits0xf16F0882de08315B438E9f3a2Abfb2d2E5d94ECA0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913402 โ Payment Required (normal x402 flow)400 โ Bad Request404 โ Service Not Found429 โ Rate Limited500 โ Server ErrorTwo ways to install the minia2a command-line tool:
npm install -g minia2a
Zero dependencies. Works on any platform with Node.js โฅ16.
curl -sSL https://minia2a.uk/install | bash
Once installed:
minia2a discover # List all services minia2a stats # Live platform stats minia2a call x402-time # Service details minia2a discover --json # Machine-readable output