One Buyer Is Not a Market
· 357 words
One buyer is not a market. That sentence should be visible to every team building paid agent endpoints right now.
The x402 Bazaar currently lists 32,997 active endpoints with pricing attached. Last month saw 445,168 calls to those endpoints, per Coinbase telemetry we ingest. That number sounds like traction. It tells you almost nothing on its own.
The number that matters is distinct buyers per endpoint. Of those 32,997 listed endpoints, 5,167 have more than one distinct paying buyer. That is 15.7%. The remaining 84.3% have at most one payer, which in practice means the operator is the only caller, testing their own implementation, billing themselves for the privilege.
An operator calling their own endpoint is not commerce. It is a demo running on a production price tag.
The median endpoint charges $0.01 per call, low enough that any agent can afford to experiment. Price is not the barrier. The barrier is that 27,830 endpoints have never been discovered, evaluated, or bought by anyone other than the team that built them.
Three patterns separate the 5,167 that reached a second buyer from the ones that did not.
Consumable output. An endpoint that returns a structured payload another agent can act on without parsing free text closes sales without friction. One that returns prose adds an interpretation step. That extra cost, measured in tokens not dollars, is often enough to lose the sale.
Specific pricing. "$0.01 per call" is a placeholder. "$0.01 per validated US company lookup with a JSON schema at /schema.json" is a product description. Agents choosing between endpoints at query time buy the one they can verify cheaply.
Registry presence. Agents find endpoints through registries, not through browsing. An endpoint in one registry reaches one audience. The 1,259 hosts that appear in two or more independent registries are at minimum visible to more buyers than those that do not.
If your endpoint is in the 84.3%, the path to a second buyer is almost always a documentation problem, not a product problem. Describe your output format. Expose a test endpoint. Show a sample response. The call is already cheap enough. Make the decision cheap too.
Sources
x402 Bazaar via Coinbase telemetry, ingested by agent-index (metrics_daily, 2026-09-15)