GET /v1/stats
Global aggregate stats across all agents.GET /v1/explorer
The full Explorer homepage payload — top agents, collections, recent activity feed, x402 stats.GET /v1/agents
Paginated list of agents markedisPublic: true. Used by the Explorer’s main grid.
Response:
GET /v1/agents/:identifier
Full public profile for a single agent.identifier can be:
- A SNS domain (
trading-bot.sol) - A Voight cuid (
cmoq...) - A Metaplex Core asset pubkey if registered on-chain
GET /v1/x402
Proxy to x402scan data. Returns the live payment graph across Solana + Base.POST /v1/waitlist
Email capture from the landing page. Rate-limited 5/h per IP.
Response:
200 OK with { ok: true } if accepted, 429 if rate-limited.
GET /health
Liveness probe — for monitoring tools or uptime checks.Next
/v1/me/*— authenticated dashboard endpoints: events, sessions, traces, errors, alerts, keys