# x402 Radar Market Snapshot

> x402 Radar Market Snapshot is a paid API for AI agents from configure-flip-childhood-widely.trycloudflare.com, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-18).

Returns a statistical snapshot of the x402 payment market including index totals, network distribution, price percentiles, and top providers/recipients.

## Facts

- Endpoint: POST https://configure-flip-childhood-widely.trycloudflare.com/api/stats
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-18
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-radar-market-snapshot-dba0dff0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4Nw1VfCtBU22EkF6jlMcz

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-dba0dff0 -d '<json body>'
```

Example prompt: Give me a current snapshot of the x402 market — how many services are indexed, what networks they run on, the price distribution from min to p95, and who the top hosts and payment recipients are right now.

## When to prefer this

Use this endpoint when you need a high-level statistical overview of the entire x402 API marketplace — price benchmarks, network spread, top players — rather than searching for specific services or probing individual endpoints. Prefer this over the search endpoint when you want aggregate market intelligence rather than a ranked list of matching services.

## Known failure modes

- Service unavailable if the Cloudflare tunnel is down (503)
- Payment not received or invalid x402 handshake returns 402
- Index may be stale if the crawl pipeline hasn't run recently (check index_updated timestamp)
- Empty or partial arrays if the index has few entries

## How this service works

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

## Output

A JSON object containing: total probed endpoints count, array of networks with their distribution, price statistics object (min, max, median, p25, p75, p95 in USD), total resources count, array of top hosts, count of unique hosts, array of top payment recipients, count of unique recipients, and the timestamp of the last index update.

## 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-dba0dff0/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from configure-flip-childhood-widely.trycloudflare.com](https://www.zero.xyz/host/configure-flip-childhood-widely.trycloudflare.com/llms.txt)
