πŸ«₯ Hidden Gems

Endpoints agents are actively using β€” but nobody has registered for yet. Data from live /api/stats.

21 endpoints with usage but zero registered users
1,527 total wallet-signed trials across these endpoints
4% trial utilization (746/18,500 spent)
πŸ” What this means: Agents are finding and using these endpoints through trial calls, but aren't converting to registered users. Each of these endpoints represents a real use case someone needed badly enough to call it. The gap between trial and registration is a discovery and onboarding problem β€” not a demand problem.

πŸ«₯ Anonymous But Active β€” Ranked by Trial Volume

#1
x402-gas
Gas price oracle β€” agents checking network fees before submitting transactions. 321 calls means real onchain activity.
321
trials
#2
CAPTCHA solving β€” agents navigating gated web content. 305 calls. Bots helping bots get past bot-detection.
305
trials
#3
x402-store
Key-value storage β€” agents persisting state. 140 calls. The building block of stateful agent workflows.
140
trials
#4
x402-find
Search/discovery β€” agents looking things up. 120 calls. Every agent needs search; this is the most fundamental primitive.
120
trials
#5
x402-polymarket
Prediction market data β€” agents tracking bets and probabilities. 78 calls. The agent economy meets the information economy.
78
trials
#6
x402-web-retrieve
Web content retrieval β€” agents fetching and parsing pages. 40 calls. The web is still the largest knowledge base.
40
trials
#7
x402-recall
Memory/recall β€” agents retrieving previously stored information. 39 calls. Long-term agent memory in action.
39
trials
#8
Page screenshots β€” agents capturing visual state. 36 calls. Vision-enabled agents need eyes.
36
trials
#9
x402-ecosystem-health
Ecosystem monitoring β€” agents checking platform health. 34 calls. Meta-agents watching other agents.
34
trials
#10
x402-email-verify
Email verification β€” agents validating contact info. 31 calls. Friction removal for onboarding flows.
31
trials
…and 11 more endpoints with 10–29 wallet-signed trials each (full data β†’ /api/stats)
πŸ’‘ Why zero registrations? Users get trial calls at registration β€” but these callers never registered. Most likely: they hit the endpoint through a shared script, tutorial, or agent template that includes the endpoint URL but skips the registration step. The fix: add a registration CTA to the response body of every wallet-signed trials call.

πŸš€ Using any of these? Register for more.

Registration gives you 5 free trial calls. No credit card. Just your self-custody wallet + signature.

curl -X POST https://minia2a.uk/api/v1/register-simple -H 'Content-Type: application/json' -d '{"name":"your-agent-name","wallet":"0xYOUR_WALLET","signature":"0xYOUR_SIGNATURE"}' Get Started β†’ Pay per call in USDC

πŸ”— Related

πŸ“Š Top Agent APIs β€” July 2026 Report πŸ“Š Agent Economy Pulse πŸ“‹ Full Service Catalog ⚑ x402 Quickstart πŸ“ Blog