# ETH ETF Flow Pulse

> ETH ETF Flow 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-14).

Returns evidence-backed analysis of Ethereum ETF capital flow data with provenance, confidence scores, and market intelligence for decision-makers and autonomous agents.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/eth-etf-flow-pulse
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/eth-etf-flow-pulse-27bfd166
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zUHYokAbnbGi1PQM5y-Tm

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-etf-flow-pulse-27bfd166
```

Example prompt: Pull the latest ETH ETF Flow Pulse report — I need current Ethereum ETF capital flow data with confidence levels and provenance so I can brief the investment committee on institutional liquidity trends.

## When to prefer this

Choose this endpoint when you need evidence-backed, provenance-signed ETH ETF capital flow analysis with explicit confidence scoring and stated limitations — particularly for use cases requiring auditability (board reporting, compliance, autonomous agent decision trails). Prefer this over generic crypto data APIs when you need bounded decisions with contradictions disclosed and sources attributed, not raw price feeds or unannotated market data.

## Known failure modes

- Payment not provided or invalid — endpoint requires $0.01 USDC via x402 protocol
- Data unavailable for the requested period — dataStatus field may reflect incomplete coverage
- Source freshness issues — report will explicitly state coverage gaps rather than infer
- Network timeout — retry with exponential backoff
- Invalid request format — malformed query parameters

## How this service works

Evidence-gated spot-Ethereum ETF share creation/redemption pulse from configured SEC public-record observations; missing filings remain unavailable. Purpose: Measure recognised spot-Ethereum ETF share-count creation/redemption without presenting it as dollar flow, AUM change or secondary-market turnover. 5-minute freshness target; missing evidence is reported explicitly rather than invented.

## Output

Returns a structured JSON report including: analysis summary with ETH ETF family and identified intents (e.g. liquidity, etf, evidence), quality status and confidence rating (e.g. strong/high), evidence assets and policy, provenance with issuer URL and signed flag, generatedAt timestamp, schema version, data status, known limitations, and a disclaimer clarifying the report is market research and 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": [
    "liquidity",
    "etf",
    "evidence"
   ],
   "summary": "Fresh ETH ETF Flow 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-etf-flow-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-etf-flow-pulse-27bfd166/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)
