# x402 Bazaar Rank – Networks

> x402 Bazaar Rank – Networks is a paid API for AI agents from x402-bazaar-rank.x402-bazaar-rank-worker.workers.dev, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-19).

Returns a ranked list of live x402 service networks, scored by real 30-day call volume and paying-wallet activity, with a verifiable snapshot receipt.

## Facts

- Endpoint: GET https://x402-bazaar-rank.x402-bazaar-rank-worker.workers.dev/networks
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-19
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-bazaar-rank-networks-070bc9ab
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vmQ7yurhtD-nuNCMZ9jeV

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability x402-bazaar-rank-networks-070bc9ab
```

Example prompt: Show me the ranked list of x402 networks right now — I want to see which services have the most real usage and paying wallets over the last 30 days, along with the snapshot hash so I can verify the data.

## When to prefer this

Choose this endpoint when you need a verifiable, scored ranking of live x402 services based on real usage data (30-day calls and paying-wallet bounds) rather than self-reported or static metadata. Prefer it over generic API directories when you specifically need x402-protocol services with proof-of-activity signals and a cryptographic snapshot receipt for auditability.

## Known failure modes

- Payment not included or rejected (402 response, USDC payment required before data is returned)
- Invalid or malformed properties filter string (may return empty results or 400 error)
- Snapshot not yet generated (stale or missing data for current window)
- Cloudflare Worker timeout or cold-start delay
- Empty result set if no networks are indexed in current snapshot

## How this service works

Ranked discovery over the live x402 service market: every indexed service scored by real 30-day calls and paying-wallet bounds, with a receipt naming the snapshot hash and scoring revision.

## Output

A JSON object containing a ranked array of x402 network services scored by 30-day call volume and paying-wallet bounds, a generatedAt ISO-8601 timestamp, and a receipt that names the snapshot hash and scoring revision for auditability.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "method": "providers and demand grouped by CAIP-2 network",
  "networks": [
   {
    "network": "eip155:8453",
    "calls30d": 254110,
    "payers30d": 14802,
    "providers": 1090,
    "medianPriceUsd": 0.01,
    "shareOfProviders": 0.958,
    "payersPerProvider": 13.58
   }
  ],
  "catalogSize": 15758,
  "generatedAt": "2026-09-17T12:00:00.000Z"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-bazaar-rank-networks-070bc9ab/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-bazaar-rank.x402-bazaar-rank-worker.workers.dev](https://www.zero.xyz/host/x402-bazaar-rank.x402-bazaar-rank-worker.workers.dev/llms.txt)
