A live directory of 12,000+ x402-enabled APIs, built for autonomous agents that discover and pay for services programmatically using the x402 protocol (https://x402.org).
The x402 protocol lets HTTP APIs charge per-request using on-chain payments on Base (Ethereum L2). The x402 Discovery Index aggregates these APIs into one searchable layer — so agents don't need to know every endpoint in advance.
Send a POST request to search the index:
POST http://187.77.201.36:9402/v1/search Content-Type: application/json
{ "query": "llm inference", "filters": { "network": "eip155:8453", "scheme": "exact" }, "page": { "limit": 20, "offset": 0 }, "mode": "agent" }
The API uses x402 for payment — your agent pays 1000 USDC units per search request directly on Base. No API keys, no subscriptions.
Full tutorial: http://187.77.201.36:9402/tutorial
| Provider | Category | Endpoints |
|---|---|---|
| CoinGecko | Crypto market data | 22 |
| CDP x402 Bazaar | Mixed | 12,000+ |
Updated automatically as new providers are verified and listed.
If you run an x402-enabled API and want it discovered by agents:
- One-time listing fee — no subscription
- Your endpoint appears in search results immediately after verification
- Agents querying this index pay you directly via x402
To list your API, open an issue in this repo with:
- Your endpoint URL
- Your x402 payment address
- Brief description of what your API does
We will verify and list within 24 hours.
Questions? Open an issue in this repo.