# Edge Agents ECB M3 Money Supply Intelligence

> Edge Agents ECB M3 Money Supply Intelligence 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 the European Central Bank M3 money supply data, including macro signals, policy context, and cross-market implications for the Euro Area.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/ecb-m3
- 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/edge-agents-ecb-m3-money-supply-intelligence-6399273e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QAAM3fsDZolOWUvdxW_rB

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-m3-money-supply-intelligence-6399273e
```

Example prompt: Pull me the latest ECB M3 money supply analysis from Edge Agents — I need the macro summary, policy signal, and confidence level for the Euro Area right now.

## When to prefer this

Choose this endpoint when you need structured, evidence-backed macro intelligence specifically on ECB M3 Euro Area money supply data — not raw statistical downloads. It is preferred over generic financial data APIs when you need a synthesized, policy-contextualized, signed and provenanced report with confidence scoring suitable for agent decision support, investment research briefings, or government consulting workflows involving Euro Area monetary conditions.

## Known failure modes

- Data unavailable if ECB has not yet published the latest M3 report — dataStatus may reflect incomplete coverage
- Source freshness limitations are stated explicitly in every paid report; stale underlying data is disclosed
- Payment failure or insufficient USDC balance results in 402 response and no data returned
- Malformed request parameters may return an error without analysis content
- Confidence may be lower when corroborating sources are limited, reflected in the quality block

## How this service works

Euro Area M3 from official ECB statistics, normalized for autonomous-agent use with explicit source timing, evidence and limitations. Purpose: give an agent the latest available euro area m3 with recent official history and source timing 24-hour freshness target; missing evidence is reported explicitly rather than invented.

## Output

A structured JSON report containing: a quality confidence rating (e.g. 'strong/high'), a macro analysis summary covering cross-market family and key intents (e.g. liquidity, evidence), an evidence block with relevant assets (EUR), policy stance (mixed/hawkish/dovish), and data sources; plus service metadata including provenance (signed issuer), generation timestamp, schema version, and a disclaimer clarifying this 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": [
    "liquidity",
    "evidence"
   ],
   "summary": "Fresh Euro Area M3 findings appear here."
  },
  "evidence": {
   "assets": [
    "EUR"
   ],
   "policy": "mixed",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "ecb-m3",
  "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-m3-money-supply-intelligence-6399273e/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)
