# x402 Bazaar Rank – Verdict-Tag Leaderboard

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

Returns a ranked list of x402 services tagged 'verdict', ordered by real 30-day call volume and paying-wallet counts, with a snapshot hash and scoring revision receipt.

## Facts

- Endpoint: GET https://x402-bazaar-rank.x402-bazaar-rank-worker.workers.dev/in-verdict
- Price: $0.004/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-verdict-tag-leaderboard-faa6b710
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fBM4wXwNKWQj0aLmwCqco

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-verdict-tag-leaderboard-faa6b710
```

Example prompt: Show me the top 25 x402 services tagged 'verdict', ranked by paying wallets over the last 30 days, and include the snapshot hash so I can verify the scoring revision.

## When to prefer this

Use this endpoint when you need a ranked, usage-verified view of x402 services specifically in the 'verdict' category, backed by real 30-day on-chain payment data rather than self-reported metadata. Prefer it over generic x402 service directories when trustworthiness signals (payer counts, call volume) matter and you want a verifiable scoring receipt (snapshot hash + revision) for auditability.

## Known failure modes

- No services match the 'verdict' tag — returns empty services array with count 0
- Snapshot index stale or unavailable — may return cached data with older generatedAt timestamp
- Invalid or missing query parameters — service may return 400 or fall back to defaults
- Cloudflare Worker cold start or rate limit — transient 503 or timeout
- Payment not confirmed — 402 response requiring USDC payment before data is returned

## 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 the matched service count, query parameters echoed back, and an array of up to 25 ranked service records — each with name, blockchain network, 30-day call count, USD price, resource URL, and 30-day unique payer wallet count — plus a 'declaredBy' field, ISO timestamp, and a snapshot hash receipt identifying the scoring revision used.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "count": 25,
  "query": {
   "by": "payers",
   "op": "top",
   "limit": 25,
   "where": {
    "tag": "verdict"
   }
  },
  "route": "/in-verdict",
  "matched": 359,
  "services": [
   {
    "name": "forecast api",
    "network": "eip155:8453",
    "calls30d": 310,
    "priceUsd": 0.01,
    "resource": "https://api.example.com/forecast",
    "payers30d": 42
   }
  ],
  "declaredBy": "agent",
  "generatedAt": "2026-09-17T12:00:00.000Z"
 }
}
```

## More

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