# ECB €STR (Euro Short-Term Rate) Intelligence — Edge Agents AI

> ECB €STR (Euro Short-Term Rate) Intelligence — Edge Agents AI 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 and intelligence on the European Central Bank's Euro Short-Term Rate (€STR), including policy context, liquidity signals, and market intent classification.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/ecb-estr
- 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/ecb-str-euro-short-term-rate-intelligence-edge-agents-ai-bc528eae
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_y2jYAbXvWjGnFqoMG5B2U

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 ecb-str-euro-short-term-rate-intelligence-edge-agents-ai-bc528eae
```

Example prompt: Pull the latest ECB Euro Short-Term Rate (€STR) intelligence report from Edge Agents — I need the policy stance, liquidity signals, and confidence rating for my EUR macro research.

## When to prefer this

Choose this endpoint when you need a signed, evidence-backed, structured intelligence report on the ECB's €STR overnight rate — especially when source provenance, confidence scoring, and policy intent classification matter. Prefer this over raw ECB data feeds when your use case requires curated analysis with limitations disclosed, a machine-readable quality signal, and cryptographic provenance. Best suited for AI agent workflows, institutional research pipelines, or decision-support systems operating in EUR money markets or ECB monetary policy contexts.

## Known failure modes

- 402 Payment Required if USDC payment is not attached — must pay $0.01 USDC per call via x402 protocol
- Source data unavailability: ECB may not have published latest €STR, report will note coverage gaps in limitations field
- Stale data: if ECB has not updated, the generatedAt timestamp may reflect a prior reporting period
- Malformed payment or unsupported wallet: payment facilitation failure returns an authorization error
- Rate-limited or service overload: may return 429 or 503 for excessive concurrent requests

## 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

Returns a structured JSON report containing: an analysis object with market family classification, detected intents (e.g. liquidity, evidence), and a human-readable summary of €STR findings; an evidence object with affected assets (EUR), policy stance label, and source attribution; a quality object with status and confidence rating; provenance metadata including issuer URL and digital signature flag; generation timestamp; schema version; data completeness status; and a standard disclaimer clarifying the report 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": "cross-market",
   "intents": [
    "liquidity",
    "evidence"
   ],
   "summary": "Fresh Euro Short-Term Rate (€STR) findings appear here."
  },
  "evidence": {
   "assets": [
    "EUR"
   ],
   "policy": "mixed",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "ecb-estr",
  "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/ecb-str-euro-short-term-rate-intelligence-edge-agents-ai-bc528eae/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)
