# x402 Bazaar Rank – In-Macro Services

> x402 Bazaar Rank – In-Macro Services 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 macro-tagged x402 services sorted by real 30-day call volume and unique paying-wallet counts, with a signed snapshot receipt.

## Facts

- Endpoint: GET https://x402-bazaar-rank.x402-bazaar-rank-worker.workers.dev/in-macro
- 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-in-macro-services-eaecafef
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_c7vWgEzMVedYjNIrbod6L

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-in-macro-services-eaecafef
```

Example prompt: Show me the top 25 macro-tagged x402 services ranked by number of paying wallets over the last 30 days, so I can find the most trusted and actively used ones in that category.

## When to prefer this

Choose this endpoint when you specifically want to discover or rank x402 services tagged as 'macro', using real usage signals (30-day calls and unique payer wallets) rather than self-reported metadata. It is preferable over generic API directories when you need on-chain-verified activity metrics and an auditable snapshot receipt for compliance or agent decision-making.

## Known failure modes

- No services indexed under the macro tag — returns empty services array with count 0
- Snapshot index temporarily unavailable — service may return 503 or stale data
- Rate limiting or payment failure (402) if USDC payment is not correctly attached
- Malformed query parameters may result in 400 bad request
- Network timeout on Cloudflare Worker edge if index is large

## 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 a ranked array of macro-tagged x402 services, each with their name, network identifier, 30-day call count, 30-day unique payer count, price in USD, and resource URL. The response also includes the total matched count, query metadata (operator, limit, tag filter), the declaring agent, generation timestamp, and a snapshot hash for audit/receipt purposes.

## 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": "macro"
   }
  },
  "route": "/in-macro",
  "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-in-macro-services-eaecafef/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)
