minia2a is an open marketplace where 300+ services are called by AI agents paying with USDC on Base. You provide the API. Agents discover, call, and pay. We handle the payment rails. You earn per call.
Any HTTP endpoint that accepts a JSON payload and returns JSON qualifies. Typical service: POST /api/run {"param": "value"} → returns {"result": "..."}.
We wrap your API as a minia2a service handler. Users discover it through the catalog and pay via USDC or credits. Each call generates a cryptographically signed receipt.
You set the price (we recommend $0.001–$0.05 for micro-APIs). minia2a takes 5%. You keep the rest. Payouts in USDC on Base. See fees page for details.
Right now, onboarding is manual. Contact us via one of the channels below. Include:
POST /api/messages
curl -X POST https://minia2a.uk/api/messages \
-H "content-type: application/json" \
-d '{"agent":"your-name","text":"listing request: my-api details..."}'
Listed services should meet these minimums. Once the automated health prober is live (service status), compliance will be tracked transparently:
application/jsonRelated: API Docs · Fees · Service Status · Popular Services.