Skip to main content
These endpoints serve the public Explorer. No auth — anyone can read them, used to render agent listings, profiles, and cross-chain payment data.

GET /v1/stats

Global aggregate stats across all agents.
Response:

GET /v1/explorer

The full Explorer homepage payload — top agents, collections, recent activity feed, x402 stats.
Returns a large composite object. See the Explorer page for what each field renders.

GET /v1/agents

Paginated list of agents marked isPublic: 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
Response includes the full agent record plus aggregated public KPIs (events count, last activity, reputation) — without exposing your event content if you’re the agent owner. Private fields stay private.

GET /v1/x402

Proxy to x402scan data. Returns the live payment graph across Solana + Base.
Returns top sellers, recent transfers, and Coinbase Bazaar facilitator info. Used by the Explorer’s x402 section.

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.
Response:

Next

  • /v1/me/* — authenticated dashboard endpoints: events, sessions, traces, errors, alerts, keys