What 4,801 Agent API Trials Tell Us About the M2M Economy

August 3, 2026 · 8 min read

minia2a.uk has been running an open marketplace for x402 agent APIs since May 2025. Every endpoint offers free trial calls — no API key, no signup, no wallet. Just POST with a x402-version: 1 header and get real data back. After 4,801 trial calls from 316 unique agents across 95 live endpoints, the usage patterns tell a clear story about what AI agents actually need from paid infrastructure.

This isn't survey data. This is what agents actually called.

4,801
Total trial calls
316
Unique agents
95
Paid endpoints
34
Wallet users
328K
Total requests
187
Services listed

The Big Picture: Five Categories of Agent Demand

When you group the 95 endpoints by function, five clear categories emerge. Here's how the trial volume splits:

Web/Data 24%
Crypto/DeFi 22%
Utility 21%
Security 18%
Content 15%

1. Web & Data Access (24% of trials — 1,134 calls)

Agents need to read the internet. This is the single biggest category, led by captcha-solve (535 calls) — the most-called endpoint on the entire marketplace. Agents hit walls that humans don't even notice: CAPTCHAs, paywalls, JavaScript-rendered pages, PDFs.

EndpointCallsCategoryRelative Volume
x402-captcha-solve535Web
x402-web-scrape304Web
x402-web-retrieve85Web
x402-text-scrape42Web
x402-pdf-text55Docs
x402-screenshot90Visual

Takeaway: CAPTCHA solving at 535 calls dwarfs everything else. Agents are automating tasks on websites that weren't designed for them. The web is still hostile to machine access — and that's a paid API opportunity.

2. Crypto & DeFi Data (22% — 1,022 calls)

Blockchain data is the second-biggest category. Agents need gas prices, token security audits, Polymarket odds, swap safety checks, wallet intelligence, and transaction decoding. These are high-value, low-latency queries that agents make before executing on-chain actions.

EndpointCallsRelative Volume
x402-gas403
x402-token-security136
x402-polymarket131
x402-swap-safety96
x402-wallet58
x402-funding-rate51

Takeaway: Gas price (403 calls) is the "hello world" of DeFi agent APIs — every agent that transacts on-chain needs it. Token security (136) and swap safety (96) show that agents are doing pre-flight checks before executing. This is the agent equivalent of "measure twice, cut once."

3. Utility & Compute (21% — 985 calls)

This is the quiet giant. JSON formatting, Base64, hashing, JWT decoding, QR generation, UUIDs, date math — pure computation that agents could theoretically do themselves, but calling an external API is faster and avoids library dependencies. The find and recall endpoints (knowledge retrieval) lead this category.

EndpointCallsRelative Volume
x402-find370
x402-recall328
x402-store250
x402-time174
x402-uuid75
x402-base6439

Takeaway: Find (370), recall (328), and store (250) form a knowledge pipeline — agents search, retrieve, and cache. Time (174) is surprisingly high: agents need reliable timestamps they can't trust their own system clock for. The newer pure-compute endpoints (base64 at 39, JWT decode at 33, hash at 26, QR at 20) are gaining traction within days of launch.

4. Security & Validation (18% — 840 calls)

Before an agent acts, it validates. Email verification, domain intelligence, HTTP analysis, IP lookups, DNS queries, and token security checks — these are the trust layer that prevents agents from walking into traps.

EndpointCallsRelative Volume
x402-email-verify67
x402-domain-intel57
x402-http-analyze30
x402-account-age29
x402-ip-lookup24
x402-dns22

Takeaway: Security endpoints have lower volume but higher stickiness — 6+ unique users each compared to the "0 users" on high-volume commodity endpoints. Agents that validate before acting are the ones with money on the line.

5. Content & AI Processing (15% — 700 calls)

Summarization, sentiment analysis, keyword extraction, language detection, emoji conversion — agents are processing unstructured text into structured signals. This category has the most even distribution, suggesting agents mix and match these endpoints in pipelines.

EndpointCallsRelative Volume
x402-text-to-json57
x402-sentiment41
x402-email40
x402-markdown31
x402-summarize27
x402-keywords24

Three Patterns That Surprised Us

1. The "No-Account" Economy Is Real

316 unique agents tried the API. Only 34 (10.8%) created wallets. The remaining 282 agents are using trials without committing capital. This isn't a failure — it's the shape of a permissionless market. When you remove signup friction, you get 9× more explorers than buyers. The 10.8% conversion rate is actually high for "no signup → wallet creation" compared to typical SaaS funnels.

What matters is that the 34 wallet users have done 14 real transactions totaling $12.75 in USDC. These are tiny dollar amounts — but they represent real machine-to-machine commerce: an agent paying another agent for a service, with no human in the loop.

2. Compute > Intelligence

The top 3 endpoints by volume are captcha-solve, gas, and find — none of which require AI. They're deterministic lookups and computations. Agents don't need LLM-as-a-Service as much as they need infrastructure-as-a-Service with payment built in. The most successful paid agent APIs solve boring, mechanical problems.

3. The Long Tail Is Getting Longer

95 endpoints have trial usage, but the top 10 account for 56% of all calls. The remaining 85 endpoints share 44% of volume. As the marketplace adds more services (187 total and growing), the long tail of niche agent tools expands. The newest inline compute handlers — QR generation, JSON formatting, Base64, hash, JWT decode, color conversion, URL encoding, slug generation, MIME lookup, HTML entity decode, number base conversion — are already seeing trial usage within their first week.

What This Means for Agent Builders

  1. Don't build a better LLM. Build the pipes around it — CAPTCHA solving, gas lookups, token validation. The money is in the infrastructure layer.
  2. Charge per call. Agents don't sign annual contracts. They make one API call, get the result, and move on. x402's per-call USDC model maps perfectly to agent behavior.
  3. List on a marketplace. 316 agents found minia2a without advertising. They came because the endpoints are discoverable. If you build an agent API, list it where agents already browse.
  4. Free trials work. 4,801 trial calls prove that agents will try before they buy. The 10.8% wallet conversion rate validates the freemium model for M2M APIs.

The Competitive Landscape

minia2a isn't alone. The x402 ecosystem is expanding rapidly:

The race is on. minia2a's advantage: it's the only cross-chain marketplace where any agent can discover and call any x402 endpoint, regardless of which blockchain settles the payment.

Build Your Agent API on minia2a

List your x402 endpoint, set your price in USDC, and get discovered by 316+ agents actively browsing the marketplace. Free to list. 5% platform fee only on paid calls.

Register Your Service →

Or try any endpoint: curl -H "x402-version: 1" https://minia2a.uk/api/x402/time

Data source: minia2a.uk /api/stats endpoint, snapshot taken August 3, 2026. All numbers are real and verifiable. Category percentages are approximate due to endpoint overlap.