# x402 Radar Market Snapshot

> x402 Radar Market Snapshot is a paid API for AI agents from remind-host-lots-rouge.trycloudflare.com, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-14).

Returns aggregate statistics for the x402 paid-API ecosystem: index totals, network breakdown, price distribution, and top providers/recipients.

## Facts

- Endpoint: POST https://remind-host-lots-rouge.trycloudflare.com/api/stats
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-radar-market-snapshot-9956cbbf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dOnu0Ku-J4aK_H6lzQO1p

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-radar-market-snapshot-9956cbbf -d '<json body>'
```

Example prompt: Give me a market snapshot from x402 Radar — I want to see the total number of indexed services, the median price, price distribution, top providers, and which networks are represented right now.

## When to prefer this

Use this endpoint when you need a high-level, aggregated view of the entire x402 paid-API ecosystem — including pricing benchmarks, network composition, and top participants — rather than searching for a specific service. Prefer this over the x402 search endpoint when the goal is market analysis or competitive benchmarking rather than finding a particular API.

## Known failure modes

- Payment not included or insufficient — returns 402 requiring 0.003 USDC payment
- Service temporarily unavailable via Cloudflare tunnel — connection error or 5xx
- Index not yet populated — may return zeros or empty arrays
- Stale data if index has not been recently updated — check index_updated field

## How this service works

x402 market snapshot: index totals, network split, price distribution, top providers and recipients. By x402 Radar.

## Output

Returns a JSON object with: total probed endpoint count, array of networks and their breakdown, price distribution stats (min, max, median, p25, p75, p95 in USD), total resource count, top hosts array, unique host count, top recipients array, unique recipient count, and an index_updated timestamp indicating data freshness.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "probed": {
   "type": "number"
  },
  "networks": {
   "type": "array"
  },
  "price_usd": {
   "type": "object",
   "properties": {
    "max": {
     "type": "number"
    },
    "min": {
     "type": "number"
    },
    "p25": {
     "type": "number"
    },
    "p75": {
     "type": "number"
    },
    "p95": {
     "type": "number"
    },
    "median": {
     "type": "number"
    }
   }
  },
  "resources": {
   "type": "number"
  },
  "top_hosts": {
   "type": "array"
  },
  "unique_hosts": {
   "type": "number"
  },
  "index_updated": {
   "type": "string"
  },
  "top_recipients": {
   "type": "array"
  },
  "unique_recipients": {
   "type": "number"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-radar-market-snapshot-9956cbbf/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from remind-host-lots-rouge.trycloudflare.com](https://www.zero.xyz/host/remind-host-lots-rouge.trycloudflare.com/llms.txt)
