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.
| Query param | Type | Default | Notes |
|---|---|---|---|
limit | int | 20 | Max 100 |
offset | int | 0 | For pagination |
search | string | — | Free-text match on agent name, snsName, or description |
filter | all | identified | unknown | all | Identified = has enriched.profiled = true |
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.| Field | Type | Required | Notes |
|---|---|---|---|
email | string | Yes | Validated by Zod |
source | string | No | Free-form (landing, docs, etc.) — for analytics |
metadata | object | No | Anything else you want to attach |
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