# 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.05/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 verifiable snapshot receipt.

## Facts

- Endpoint: GET https://x402-bazaar-rank.x402-bazaar-rank-worker.workers.dev/alpha
- Price: $0.05/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-53067778
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9juQ2k-6FYC7KbuF6REfT

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-53067778
```

Example prompt: Pull up the current x402 Bazaar rankings — I want to see which live x402 services are scoring highest based on real 30-day call volume and paying-wallet activity, including the snapshot hash for verification.

## When to prefer this

Choose this endpoint when you need a ranked, verifiable view of the live x402 service market based on real usage signals (30-day calls, paying wallets) rather than self-reported metadata. It is the right choice when you want an auditable snapshot receipt alongside discovery results, or when evaluating which x402 services have genuine traction before integrating or investing in them.

## Known failure modes

- No services indexed yet — empty data array returned
- Snapshot data stale if the indexer has not run recently
- Payment required error (402) if the $0.50 USDC call fee is not settled
- Schema mismatch if properties filter is malformed
- Rate limiting or worker timeout on Cloudflare edge

## 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 payload containing a ranked list of x402 services with scoring based on 30-day real call counts and paying-wallet bounds, along with a generatedAt ISO-8601 timestamp and a receipt that identifies 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": "unique payers per provider, 30d window; min 3 providers, 10 payers",
  "generatedAt": "2026-09-17T12:00:00.000Z",
  "opportunities": [
   {
    "tag": "weather",
    "payers30d": 380,
    "providers": 12,
    "medianPriceUsd": 0.01,
    "demandPerProvider": 31.67
   }
  ]
 }
}
```

## More

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