# Edge Agents ECB Policy Corridor Intelligence

> Edge Agents ECB Policy Corridor 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 the European Central Bank policy corridor, including rate stance, EUR market implications, and sourced macro intelligence.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/ecb-policy-corridor
- 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-corridor-intelligence-f40952dc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_X4NiYJ6FIiSxQqcUZ_EdC

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-corridor-intelligence-f40952dc
```

Example prompt: Pull me the latest ECB policy corridor report from Edge Agents — I need to know the current rate stance, EUR asset coverage, and whether the policy signal is mixed, dovish, or hawkish, with sources.

## When to prefer this

Choose this endpoint when you need sourced, evidence-backed ECB monetary policy corridor analysis with explicit confidence scoring and provenance — particularly for AI agent pipelines, institutional decision support, or government procurement contexts where auditability and disclaimers matter. Prefer over generic LLM-generated ECB commentary when you need cited, signed intelligence with freshness guarantees and explicit coverage limitations stated per report.

## Known failure modes

- Payment not received or x402 payment header missing — request rejected with 402
- ECB data sources temporarily unavailable — dataStatus may indicate incomplete
- Stale or low-confidence evidence — confidence field may return 'low' with stated limitations
- Malformed request parameters — returns error response
- Rate limiting if called too frequently in short succession

## How this service works

ECB Policy Corridor from official ECB statistics, normalized for autonomous-agent use with explicit source timing, evidence and limitations. Purpose: compare the ECB deposit facility, main refinancing and marginal lending rates as a transparent current policy corridor 24-hour freshness target; missing evidence is reported explicitly rather than invented.

## Output

Returns a JSON object containing a quality assessment with status and confidence level, a cross-market analysis summary with policy intents, EUR asset coverage, mixed/dovish/hawkish policy signal, sourced evidence, a disclaimer noting it is general market research not investment advice, provenance with issuer identity and signature, generation timestamp, schema version, and any coverage or freshness limitations.

## 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 Corridor findings appear here."
  },
  "evidence": {
   "assets": [
    "EUR"
   ],
   "policy": "mixed",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "ecb-policy-corridor",
  "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-corridor-intelligence-f40952dc/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)
