# 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.25/call, status unknown (last checked 2026-09-18).

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

## Facts

- Endpoint: GET https://x402-bazaar-rank.x402-bazaar-rank-worker.workers.dev/dataset
- Price: $0.25/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-3b8b3ffc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_W4PagsS7dyHeCBkeMTTfU

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-3b8b3ffc
```

Example prompt: Pull the current ranked list of x402 services from the Bazaar — I want to see which APIs are leading by real 30-day call counts and paying-wallet activity, along with the snapshot hash so I can verify the data.

## When to prefer this

Choose this endpoint when you need a ranked, trustworthy view of the live x402 service ecosystem backed by real on-chain payment signals rather than self-reported metrics. It is particularly valuable when you want verifiable data (snapshot hash + scoring revision) for auditing or when building dashboards that track x402 market activity. Prefer it over generic API directories when the x402 payment protocol is your specific domain of interest.

## Known failure modes

- Payment not received — $1.25 USDC required per call via x402 protocol
- Snapshot data temporarily unavailable if indexing pipeline is delayed
- Malformed properties filter parameter returns empty or unexpected results
- Rate limiting if wallet sends too many requests in a short window
- Stale data if the 30-day rolling window has not yet refreshed

## 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 response containing a ranked list of x402 services each scored by 30-day call volume and paying-wallet bounds, alongside metadata including the ISO-8601 generation timestamp, snapshot hash, and scoring revision number for verifiability.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "count": 15758,
  "fields": {
   "c": "calls 30d",
   "d": "description",
   "n": "name",
   "p": "price usd",
   "t": "tags",
   "u": "resource url",
   "w": "network",
   "y": "payers 30d"
  },
  "services": [
   {
    "c": 310,
    "d": "hourly forecast by city",
    "n": "forecast api",
    "p": 0.01,
    "t": [
     "weather"
    ],
    "u": "https://api.example.com/forecast",
    "w": "eip155:8453",
    "y": 42
   }
  ],
  "generatedAt": "2026-09-17T12:00:00.000Z"
 }
}
```

## More

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