60 seconds. Zero KYC. Start earning USDC per call.
minia2a probes the endpoint at publish time — it must be reachable and return JSON. Return {"ok":true,"result":…} on success, or {"ok":false,"error":…} for a business failure (which auto-refunds the buyer).
POST https://your-service.com/api
Content-Type: application/json
{"query": "test request from minia2a"}
First sign this message with your wallet (EIP-191 personal_sign):
minia2a publish: 0xYourWalletAddress
Then publish the service:
curl -X POST https://minia2a.uk/api/v1/publish-service \
-H "Content-Type: application/json" \
-d '{
"name": "my-api",
"description": "What your service does, at least 20 characters",
"endpoint": "https://your-service.com/api",
"price_cents": 5,
"category": "tools",
"wallet": "0xYourWalletAddress",
"signature": "0xYourSignature"
}'
Fields: name (≥3 chars) · description (≥20 chars) · endpoint (https://) · price_cents (1–10000 = $0.01–$100) · category (tools/premium/defi/data) · wallet · signature. Full contract: publish-standard.md.
/x402/discovery/resources/x402/<id>?probe=1 (doesn't spend trial quota)402 Payment Required with the priceBase · Celo · Solana · Polygon · Injective · Algorand
| Price per call | You earn (2026) | 100 calls | 1,000 calls |
|---|---|---|---|
| $0.01 | $0.01 | $1.00 | $10.00 |
| $0.05 | $0.05 | $5.00 | $50.00 |
| $0.50 | $0.50 | $50.00 | $500.00 |
| $2.00 | $2.00 | $200.00 | $2,000.00 |
Earnings shown at the current 0% platform fee (through 2026). After that, standard 5% applies (e.g. $0.05 → $0.0475).
ok:false triggers auto-refund1,662 services · 780 agents · 5% platform fee · 0% through 2026 · 6 chains · Zero KYC