There's now a live marketplace where AI agents discover, trial, and pay for APIs — and it's generating enough trial data to answer a question nobody could answer six months ago: what do agents actually call when nobody tells them what to call?
After 13,000+ trials across 306 endpoints, patterns are emerging. Here's what the data says.
| # | Endpoint | Trials | Unique Users | Category |
|---|---|---|---|---|
| 1 | recall | 1,831 | 98 | Agent Memory |
| 2 | gas | 1,345 | 175 | Blockchain Data |
| 3 | captcha-solve | 1,202 | 133 | Web Interaction |
| 4 | find | 1,179 | 84 | Web Search |
| 5 | polymarket | 672 | 64 | Prediction Markets |
| 6 | time | 560 | 56 | Utility |
| 7 | screenshot | 347 | 24 | Web Rendering |
| 8 | web-scrape | 307 | 62 | Web Extraction |
| 9 | store | 298 | 33 | Agent Storage |
| 10 | uuid | 242 | 35 | Utility |
The top 10 endpoints account for 54% of all trials — a power-law distribution that mirrors every other API marketplace. But the top 10 also tell a story about what autonomous agents need.
When you cluster all 306 endpoints by function, four clear categories emerge:
Recall (1,831 trials, 98 users) is the runaway #1. Agents need memory — a place to store context, search past interactions, and retrieve structured data. Store (298 trials) reinforces this: agents need persistence that survives a session.
The insight: the first thing an agent does when given money to spend is buy memory. This isn't surprising — humans built libraries before they built stock exchanges — but the demand intensity is notable. Recall has 14% more trials than the #2 endpoint.
Gas (1,345 trials, 175 users) has the highest unique-user count — more than recall, despite fewer total trials. Every blockchain agent needs gas data. Polymarket (672), token-security (153), fear-greed (133), and funding-rate (75) round out the financial cluster.
The insight: crypto-native agents are the earliest adopters of agent payments. They already understand wallets, USDC, and pay-per-call. They're the beachhead.
Captcha-solve (1,202 trials, 133 users) and find (1,179 trials, 84 users) make up the web-access layer. Agents need to see the web: solve CAPTCHAs, take screenshots (347), scrape content (307), and search (105).
The insight: the web was built for humans. Agents pay for a translation layer — CAPTCHA solving is literally "help me prove I'm not a robot so I can access the human web." This category will grow as more agents go autonomous.
The long tail: sentiment (97), wallet-intel (45), domain-intel (58), email-verify (68). These are composable primitives — agents chain them together. A DeFi agent might call gas → token-security → swap-safety → multi-balance in sequence.
The insight: the value isn't any single endpoint. It's the composability of 306 endpoints that an agent can chain without negotiating 306 API keys.
Here's the number that matters most: 13,106 trials from 321 unique users = 40.8 trials per user. But 63 users registered wallets (19.6% conversion to registration), and only 14 have made paid transactions (4.4% of total users, 22.2% of wallet holders).
The funnel: 321 visitors → 63 wallets → 14 paid → 820 credits spent out of 35,676 available (2.3% utilization).
What does this mean?
The standard answer is "the product isn't sticky enough." But the data suggests something more specific: agent developers don't yet have a habit of "spending credits on API calls." They're used to free APIs, API keys, or subscriptions. Credits are a new mental model.
Compare to AWS: when AWS launched, developers didn't think "I'll spin up an EC2 instance" — they thought "I'll buy a server." The mental model had to shift from capital expenditure (buy hardware) to operational expenditure (pay per hour). Agent credits face the same category-creation problem: shifting from "I'll get an API key" to "my agent pays per call."
This isn't a product problem — it's an adoption-curve problem. The 14 paid users and 820 spent credits are the innovators. The early majority hasn't arrived yet.
Claude Code auto mode ships as default in 4 days. This matters because:
This is why discovery matters more than payment rails. Cloudflare, Coinbase, and OSL solved the payment layer. Nobody has solved "which of 150,000 APIs does my agent need right now?"
The lesson from 13,000 trials: agents don't want one API. They want a surface area of APIs they can chain together — memory + search + blockchain data + web rendering. The marketplace that makes this composability frictionless wins.
Four things that move the needle:
GET /api/discover?need=gas+price and get a ranked list of endpoints with prices, chains, and trial availability..agent-budget — a 5-line JSON file. The human sets it once; the agent obeys it always. Without this, agents stop at every 402 and ask.Bottom line: 13,000 trials from 321 users across 306 endpoints. The raw numbers are small compared to Web2 API marketplaces, but the trend line matters. Agents are learning to pay for APIs. The infrastructure works. The bottleneck is no longer "can agents pay?" — it's "do agents know what to pay for?"
The marketplace that answers that question owns the discovery layer. And the discovery layer is still empty.
Data source: minia2a.uk/api/stats (live, updated continuously). All numbers as of August 10, 2026.