# ETH Fee Demand Pulse

> ETH Fee Demand Pulse 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 evidence-backed, point-in-time analysis of Ethereum fee demand with provenance, confidence scores, and sourced findings.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/eth-fee-demand-pulse
- 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-fee-demand-pulse-7e95bb63
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4N64FslPEX47sGIgifS8V

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-fee-demand-pulse-7e95bb63
```

Example prompt: Pull the current ETH fee demand pulse from Edge Agents — I need the confidence level, a summary of findings, and the provenance so I can include it in my strategy report.

## When to prefer this

Choose this endpoint when you need a point-in-time, evidence-bounded, and cryptographically signed snapshot of Ethereum fee demand — especially when your workflow requires provenance, source attribution, or contradiction flagging for audit, compliance, or strategic decision-making. It is preferable over raw blockchain APIs or generic data feeds when you need interpretive analysis with confidence scoring rather than raw numbers, and when you need a disclaimer-compliant research artifact for presentation to boards or regulators.

## Known failure modes

- Payment not received or invalid x402 payment header — returns 402 Payment Required
- Upstream data sources temporarily unavailable — may return incomplete or stale evidence with degraded confidence
- Invalid request format — returns 400 Bad Request
- Service outage — returns 503 with no payload
- Coverage gaps acknowledged in report limitations array when specific evidence is unavailable

## How this service works

Ethereum base-fee and gas-utilisation pulse from point-in-time JSON-RPC evidence with recent fee-history context. Purpose: Measure current execution-layer fee demand using observed base fee and gas utilisation without equating fee pressure with token valuation. 5-minute freshness target; missing evidence is reported explicitly rather than invented.

## Output

A JSON object containing: a quality block with status (e.g. 'strong') and confidence level; an analysis block with asset family ('ethereum'), intent classifications, and a narrative summary of current fee demand findings; an evidence block listing assets covered, policy type, and sources; a signed provenance block; a generatedAt timestamp; schema version; and a disclaimer that this is general 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 Fee Demand Pulse findings appear here."
  },
  "evidence": {
   "assets": [
    "ETH"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "eth-fee-demand-pulse",
  "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-fee-demand-pulse-7e95bb63/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)
