x402.be
ServersBuiltFacilitatorsCompareSpecGlossaryAPIMethodologyChangelog
Pages
  • Servers
  • Built with x402
  • Facilitators
  • Compare protocols
  • Spec
  • Glossary
  • API
  • Embeds
  • Methodology
  • Changelog
Data sources
  • CDP Bazaar API
  • PayAI Bazaar API
  • x402 specification
  • Source on GitHub
Ecosystem
  • Chest Gate · Solana revenue splits
  • x402 ecosystem directory
  • Bazaar (CDP discovery layer)
Index
  • Snapshot 2026-06-19 18:39:40 UTC
  • 5697 servers · 2 facilitators · 5 chains
  • Sources: CDP Bazaar, PayAI Bazaar
  • License: data CC0, code MIT
x402.be · independent explorerNo login. No tracking. No affiliation.

Public API

Open JSON endpoints — no API key, no rate limit, CC0 data

v1

Everything indexed on x402.be is available as JSON. There is no auth, no rate limit, and no commercial restriction. Build on top.

curl https://x402.be/api/v1/stats
curl https://x402.be/api/v1/servers
curl 'https://x402.be/api/v1/search?q=exa'

Endpoints

  • GET /api/v1/stats

    Network-wide stats: 24h/7d/30d volume, calls, active server/facilitator counts, median price, p50 settle.

  • GET /api/v1/servers

    Full directory of indexed x402 servers. Returns the same fields rendered on /servers.

  • GET /api/v1/servers/{id}

    A single server profile. 404 if unknown.

  • GET /api/v1/facilitators

    All known facilitators with operator, chains, fee, and 30-day volume series.

  • GET /api/v1/chains

    Per-chain volume share — the "where x402 settles" breakdown.

  • GET /api/v1/payments

    Recent settlements (last ~50). Returns the same tail rendered on the home page.

  • GET /api/v1/search?q={query}

    Full-text search across servers, facilitators, and glossary. Results carry a `type` discriminator and a relative `href` you can link to.

  • GET /api/v1/health

    Latest probe results — which top-100 servers responded to a HEAD request in the last 24h.

  • GET /changelog/feed.xml

    Atom feed of changelog entries. Linked via `<link rel="alternate">` for auto-discovery.

Stability

v1 fields are append-only. Breaking changes ship under /api/v2. Deprecations are announced via Deprecation and Sunset response headers.