# x402 Network Daily State-of-Network Report

> x402 Network Daily State-of-Network Report is a paid API for AI agents from agentdata-api.sander-van-aard.workers.dev, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).

Returns a daily aggregated health and activity report for the x402 payment-gated web ecosystem, based on probe data collected roughly twice per host per day.

## Facts

- Endpoint: POST https://agentdata-api.sander-van-aard.workers.dev/x402/network-report
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-network-daily-state-of-network-report-680e5ac0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7r0ml1aAYcjgwozpWaHbp

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-network-daily-state-of-network-report-680e5ac0 -d '<json body>'
```

Example prompt: Give me today's x402 network report — I want to know how many hosts are being monitored, what share of probes returned a valid 402 over the last 24 hours and 7 days, and which hosts changed status today.

## When to prefer this

Use this endpoint when you need a comprehensive, single-call daily snapshot of the entire x402 network's health, availability, and activity — including probe-based 402 success rates, host status breakdowns, drift events, and manifest coverage. Prefer this over the change-feed subscription endpoint when you want a one-off report rather than continuous monitoring, and when you don't need real-time granularity beyond daily cadence.

## Known failure modes

- Payment not included or invalid: 402 response requiring valid x402 USDC payment before data is returned
- Report not yet regenerated for the day: may return stale or previous day's data if called before daily refresh
- Empty body schema mismatch: POST body must conform to the required input wrapper schema
- Network or worker unavailability: Cloudflare Worker timeout or 5xx error

## How this service works

Daily state-of-the-network report on the x402 ecosystem, built exclusively from our own probes (~2 per host per day): how many hosts we monitor, share of probes returning a valid 402 over 24h and 7d, host status breakdown (ok_402, HTTP errors, unreachable), manifest coverage, and counts of observed changes over 24h and 7d (up/down transitions, payTo drift, price drift, manifest gained/lost) plus the hosts that moved today. Regenerated once per day. Facts only — no scores, no catalogue data.

## Output

A structured daily report containing: total number of monitored x402 hosts, probe success rates returning a valid 402 response over 24h and 7d windows, host status breakdown (ok_402, HTTP errors, unreachable), manifest coverage counts, counts of observed changes over 24h and 7d (up/down transitions, payTo drift, price drift, manifest gained/lost), and the specific hosts that changed status today. Data is regenerated once per day from probe measurements (~2 per host per day). No scores or catalogue data included.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "type": "object"
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "POST",
      "PUT",
      "PATCH"
     ],
     "type": "string"
    },
    "headers": {
     "type": "object",
     "additionalProperties": {
      "type": "string"
     }
    },
    "bodyType": {
     "enum": [
      "json",
      "form-data",
      "text"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "additionalProperties": {
      "type": "string"
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-network-daily-state-of-network-report-680e5ac0/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentdata-api.sander-van-aard.workers.dev](https://www.zero.xyz/host/agentdata-api.sander-van-aard.workers.dev/llms.txt)
