# x402 Bazaar Rank – Base Network Services

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

Returns ranked discovery results for x402 micropayment services on the Base network, scored by real 30-day call volume and unique paying wallets, with a snapshot receipt.

## Facts

- Endpoint: GET https://x402-bazaar-rank.x402-bazaar-rank-worker.workers.dev/in-base
- Price: $0.002/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-base-network-services-0340a9aa
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_a3n-S1xCgb9Tob42tDZfS

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-base-network-services-0340a9aa
```

Example prompt: Show me the top 25 most-used x402 services on the Base network right now, ranked by paying wallets over the last 30 days.

## When to prefer this

Choose this endpoint when you need ranked, real-usage-backed discovery of x402 micropayment services specifically on the Base (eip155:8453) network. It is preferable to generic API directories because rankings are derived from actual 30-day call and payer data rather than self-reported metadata, and each response includes a verifiable snapshot receipt. Best used when you want to identify which services have genuine adoption, compare market activity, or build integrations on top of proven Base network APIs.

## Known failure modes

- No services matched the 'base' tag filter — returns empty services array with matched:0
- Snapshot index stale or unavailable — may return cached or partial data without fresh 30-day metrics
- Rate limiting or payment failure — 402 response if the $0.002 USDC micropayment is not processed
- Worker cold-start latency on Cloudflare edge — occasional slow first response
- Malformed response if scoring revision changes and client expects old schema

## 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 count of returned services (up to the limit), the query parameters used, the total matched service count, and an array of ranked service records each with name, network ID, 30-day call count, price in USD, resource URL, and 30-day unique payer count. Also includes a 'declaredBy' field, snapshot generation timestamp, and a receipt naming 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": {
  "count": 25,
  "query": {
   "by": "payers",
   "op": "top",
   "limit": 25,
   "where": {
    "tag": "base"
   }
  },
  "route": "/in-base",
  "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-base-network-services-0340a9aa/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)
