open-x402-bazaar
An open, permissionless discovery layer for x402-payable resources — APIs, data feeds, and services AI agents can find and pay for per request. No account, no KYC. Submit your manifest URL and you're listed.
List your service
curl -X POST /submit \
-H "content-type: application/json" \
-d '{"manifestUrl": "https://yoursite.com/.well-known/x402.json"}'
Find a service (agents)
| Endpoint | Purpose |
|---|---|
GET /discovery/search?query= | Keyword/filter search |
GET /discovery/resources | Paginated full listing |
GET /discovery/merchant?payTo= | All resources paying one address |
Source, docs, and roadmap: github.com/SaylorInnovations/open-x402-bazaar