# x402 Bazaar Rank

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

Returns a ranked list of live x402 services scored by 30-day call volume and paying-wallet activity, with a signed receipt identifying the snapshot hash and scoring revision.

## Facts

- Endpoint: GET https://x402-bazaar-rank.x402-bazaar-rank-worker.workers.dev/report
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-18
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-bazaar-rank-0fa4fdfc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mngMa0yoy6xV_oYhC1hR0

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-0fa4fdfc
```

Example prompt: Pull me the latest x402 Bazaar Rank report so I can see which x402 services are ranked highest by real 30-day call volume and paying-wallet activity, including the snapshot hash and scoring revision.

## When to prefer this

Choose this endpoint when you need a live, usage-verified ranking of x402 services backed by real 30-day call data and paying-wallet signals rather than self-reported or static directory listings. It is the only source that combines actual payment activity with a cryptographically identified snapshot hash and versioned scoring revision, making it suitable for auditable discovery and trend monitoring within the x402 ecosystem.

## Known failure modes

- Service temporarily unavailable on Cloudflare Workers edge (502/503)
- Payment not processed — x402 payment header missing or rejected, returns 402
- Snapshot not yet generated — data may be stale or index rebuild in progress
- Invalid filter properties in request body — malformed JSON returns 400
- Rate limit exceeded on the worker endpoint

## 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 report containing a ranked list of live x402 services scored by 30-day call volume and paying-wallet activity bounds, along with metadata including the snapshot hash, scoring revision identifier, and an ISO-8601 generation timestamp.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "categories": [
   {
    "tag": "weather",
    "calls30d": 2140,
    "payers30d": 380,
    "providers": 12,
    "medianPriceUsd": 0.01
   }
  ],
  "catalogSize": 15758,
  "generatedAt": "2026-09-17T12:00:00.000Z",
  "topServices": [
   {
    "name": "forecast api",
    "calls30d": 310,
    "priceUsd": 0.01,
    "resource": "https://api.example.com/forecast",
    "payers30d": 42
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-bazaar-rank-0fa4fdfc/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)
