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-08-05 07:22:40 UTC
  • 5906 servers · 2 facilitators · 4 chains
  • Sources: CDP Bazaar, PayAI Bazaar
  • License: data CC0, code MIT
x402.be · independent explorerNo login. No tracking. No affiliation.
All servers

netintel.dev · /messages

https://netintel.dev/messages

OpenAI-compatible chat completions over x402, answered by Claude Sonnet 4.6 — send a messages array and get an assistant reply for Q&A, reasoning, agent planning, coding help, summarization, extraction, and classification. Body is OpenAI chat.completions-shaped ({model?, messages:[{role,content}], max_tokens?, temperature?}); response is a chat.completion object. Flat $0.06; inputs capped ~6KB, max_tokens 1024; no streaming in v1.

BaseCCDP BazaarUnknown
Price · per callUSDC
$0.0600
Calls · 30d
44
Volume · 30dUSDC
$2.64
Unique payers · 30d
4
Calls per payerunknown
11
Healthnot probed (top 100 only)
—

Identity

What this profile is sourced from

Server id
netintel-dev-messages
Endpoint
https://netintel.dev/messages
Primary chain
Base
Also accepts
sol
Listed by
CCDP Bazaar
Last call observed
5d ago
Available via API
/api/v1/servers/netintel-dev-messages

Caveats

Things to know before drawing strong conclusions

  • · Calls and volume are 30-day cumulative figures from the source facilitator. Daily breakdowns are not yet available — see /methodology.
  • · Volume = price × calls. If the server publishes multiple price tiers, only the first accepts[] entry is used.
  • · "Last call" is what the source last reported, refreshed every 60 seconds.

Sample 402 exchange

Raw HTTP — what an agent observes

GET https://netintel.dev/messages

→ HTTP/1.1 402 Payment Required
  X-Payment-Required: $0.0600
  X-Payment-Currency: USDC
  X-Payment-Chain: base

GET https://netintel.dev/messages
  X-Payment: <signed-receipt>

→ HTTP/1.1 200 OK
  Content-Type: application/json
  …response body…