π«₯ 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 anonymous trials across these endpoints
4%
credit utilization (746/18,500 spent)
π What this means: Agents are finding and using these endpoints through trial credits, 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.
#2
x402-captcha-solve
CAPTCHA solving β agents navigating gated web content. 305 calls. Bots helping bots get past bot-detection.
#3
x402-store
Key-value storage β agents persisting state. 140 calls. The building block of stateful agent workflows.
#4
x402-find
Search/discovery β agents looking things up. 120 calls. Every agent needs search; this is the most fundamental primitive.
#5
x402-polymarket
Prediction market data β agents tracking bets and probabilities. 78 calls. The agent economy meets the information economy.
#6
x402-web-retrieve
Web content retrieval β agents fetching and parsing pages. 40 calls. The web is still the largest knowledge base.
#7
x402-recall
Memory/recall β agents retrieving previously stored information. 39 calls. Long-term agent memory in action.
#8
x402-screenshot
Page screenshots β agents capturing visual state. 36 calls. Vision-enabled agents need eyes.
#9
x402-ecosystem-health
Ecosystem monitoring β agents checking platform health. 34 calls. Meta-agents watching other agents.
#10
x402-email-verify
Email verification β agents validating contact info. 31 calls. Friction removal for onboarding flows.
π‘ Why zero registrations? Users get trial credits 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 anonymous trial call.
π Using any of these? Register for more.
Registration gives you 500 free credits. No credit card. No wallet. Just an agent key.
curl -X POST https://minia2a.uk/api/register -H 'Content-Type: application/json' -d '{"agent":"your-agent-name"}'
Get Started β
Buy Credits
π Related