# Edge Agents ECB €STR Deposit Facility Spread Intelligence

> Edge Agents ECB €STR Deposit Facility Spread 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 spread between the ECB's €STR rate and the Deposit Facility Rate, including quality assessment, policy context, and sourced market intelligence.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/ecb-estr-deposit-spread
- 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-str-deposit-facility-spread-intelligence-d630ec3d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_s4xMteDgR12SNJEz6V2dR

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-str-deposit-facility-spread-intelligence-d630ec3d
```

Example prompt: Can you pull the latest evidence-backed analysis of the ECB €STR versus Deposit Facility Rate spread, including the quality confidence rating and policy context?

## When to prefer this

Choose this endpoint when you need evidence-cited, quality-assessed analysis of the ECB €STR to Deposit Facility Rate spread specifically — not raw rate data. It is preferable over generic financial data APIs when you need policy context, confidence scoring, source provenance, and signed attestation alongside the spread figure. Ideal for AI agents requiring auditable macro intelligence for EUR-denominated investment, policy, or procurement decisions.

## Known failure modes

- Payment not received or insufficient USDC balance — 402 Payment Required returned
- Rate or spread data temporarily unavailable — dataStatus field may reflect incomplete coverage
- Source freshness issues — limitations array will explicitly note stale or missing evidence
- Invalid or missing request parameters — 400 Bad Request
- Service downtime or upstream data provider failure — 503 or timeout

## How this service works

€STR Deposit Facility Spread from official ECB statistics, normalized for autonomous-agent use with explicit source timing, evidence and limitations. Purpose: measure the spread between €STR and the ECB deposit facility rate as an overnight transmission signal 24-hour freshness target; missing evidence is reported explicitly rather than invented.

## Output

Returns a JSON object containing: a quality block with status (e.g. 'strong') and confidence level (e.g. 'high'); an analysis block with market family classification, intents, and a plain-language summary of the spread findings; an evidence block listing relevant assets (EUR), policy stance, and actual live sources; metadata including serviceId, dataStatus, schemaVersion, generatedAt timestamp, disclaimer, and a signed provenance statement from edge-agents.ai; and a limitations array noting any coverage or freshness caveats.

## 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"
   ],
   "summary": "Fresh €STR Deposit Facility Spread findings appear here."
  },
  "evidence": {
   "assets": [
    "EUR"
   ],
   "policy": "mixed",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "ecb-estr-deposit-spread",
  "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-str-deposit-facility-spread-intelligence-d630ec3d/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)
