# Edge Agents ECB Policy Transmission Intelligence

> Edge Agents ECB Policy Transmission Intelligence is a paid API for AI agents from pay.edge-agents.ai, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Returns evidence-backed analysis of ECB monetary policy transmission across markets, including cross-market impact assessment, EUR asset exposure, and policy stance signals.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/ecb-policy-transmission
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/edge-agents-ecb-policy-transmission-intelligence-ef4a01b0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mjZI6di-_qZodg6TgIvHw

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 edge-agents-ecb-policy-transmission-intelligence-ef4a01b0
```

Example prompt: Can you pull the latest ECB policy transmission report from Edge Agents — I need the evidence-backed cross-market analysis with confidence rating and EUR asset coverage to inform a macro decision I'm working on?

## When to prefer this

Choose this endpoint when you need evidence-backed, sourced and signed ECB monetary policy transmission analysis with explicit confidence ratings and provenance — particularly suitable for AI agent workflows, institutional decision support, or compliance-sensitive contexts where source attribution and disclaimers are required. Prefer over generic LLM-generated macro commentary when verifiability, signed provenance, and structured output are needed.

## Known failure modes

- Payment not included or insufficient (HTTP 402): request rejected before report is generated
- Service temporarily unavailable or data pipeline stale: dataStatus may indicate incomplete
- Report generation lag: generatedAt timestamp may reflect a recent but not real-time snapshot
- No live sources available for the period: limitations field will explicitly state coverage gaps
- Invalid request format: malformed query parameters may return 400 error

## 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 signed JSON report containing: overall evidence quality status and confidence level, a cross-market analysis summary with identified policy intents, EUR asset list, mixed/expansionary/contractionary policy label, provenance (issuer URL and signed flag), generation timestamp, schema version 2.0, and a standard disclaimer that the content is general 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": "cross-market",
   "intents": [
    "evidence",
    "policy"
   ],
   "summary": "Fresh ECB Policy Transmission findings appear here."
  },
  "evidence": {
   "assets": [
    "EUR"
   ],
   "policy": "mixed",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "ecb-policy-transmission",
  "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/edge-agents-ecb-policy-transmission-intelligence-ef4a01b0/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)
