# ETH Blob Demand Monitor — Edge Agents

> ETH Blob Demand Monitor — Edge Agents is a paid API for AI agents from pay.edge-agents.ai, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns a live, evidence-backed analysis of Ethereum blob demand with provenance, confidence scores, and sourced market intelligence for ETH.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/eth-blob-demand-monitor
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/eth-blob-demand-monitor-edge-agents-0c3706c4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bKF6yMj7w8IVRoy394urq

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 eth-blob-demand-monitor-edge-agents-0c3706c4
```

Example prompt: Pull the latest ETH blob demand monitor report from Edge Agents — I want to see current demand strength, confidence level, and the sourced evidence behind it.

## When to prefer this

Choose this endpoint when you need a point-in-time, sourced, confidence-scored view of Ethereum blob demand specifically — particularly if you require provenance (signed issuer record) and explicit contradiction flagging rather than raw on-chain data. It is well-suited for AI agents and business decision-makers who need human-readable, evidence-bounded reports rather than raw blockchain metrics. Prefer alternatives (e.g. direct RPC or Dune Analytics) if you need raw blob fee data, historical time series, or sub-second latency.

## Known failure modes

- Payment not included or insufficient — returns HTTP 402 requiring USDC payment via x402 protocol
- Upstream data temporarily unavailable — dataStatus may reflect incomplete or stale coverage
- Report generation latency spike — response delayed if live evidence sources are slow
- Invalid or missing request headers — may return 400 or authentication error
- Service outage — pay.edge-agents.ai unreachable, returns 5xx

## How this service works

Edge Agents provides evidence-backed macro, market and decision intelligence for AI agents, individual leaders and investors, businesses and government teams requiring consulting, procurement and decision support. Machine services are purchasable per request over x402 on 5 settlement rails (Base/USDC, XRPL/RLUSD, Solana/USDC, Arbitrum/USDC and Polygon/USDC).

## Output

A JSON object containing: a quality assessment (status and confidence level), an analysis block with the asset family, intent tags, and a plain-language summary; an evidence block listing covered assets, data policy, and sources; provenance metadata (issuer URL, signed flag); a generatedAt timestamp; a dataStatus field; a schemaVersion; and a disclaimer clarifying this is market research, not investment advice.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "quality": {
   "status": "strong",
   "confidence": "high"
  },
  "analysis": {
   "family": "ethereum",
   "intents": [
    "evidence",
    "value-capture"
   ],
   "summary": "Fresh ETH Blob Demand Monitor findings appear here."
  },
  "evidence": {
   "assets": [
    "ETH"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "eth-blob-demand-monitor",
  "dataStatus": "complete",
  "disclaimer": "General, impersonal market research; not investment advice or a buy, sell or hold recommendation.",
  "provenance": {
   "issuer": "https://edge-agents.ai",
   "signed": true
  },
  "generatedAt": "2026-08-31T00:00:00.000Z",
  "limitations": [
   "Coverage, source freshness and unavailable evidence are stated in every paid report."
  ],
  "schemaVersion": "2.0"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/eth-blob-demand-monitor-edge-agents-0c3706c4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from pay.edge-agents.ai](https://www.zero.xyz/host/pay.edge-agents.ai/llms.txt)
