# ECB Monetary Data API — M3 Money Supply & TARGET2 Balances

> ECB Monetary Data API — M3 Money Supply & TARGET2 Balances is a paid API for AI agents from euro.memoryapi.org, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Retrieves ECB monetary statistics for the Euro Area, including M3 money supply aggregates or TARGET2 interbank settlement balances.

## Facts

- Endpoint: GET https://euro.memoryapi.org/x402/euro/money
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/euro-memoryapi-org-7e359d4f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_OWxISTfTSFFJJ2hnCHF3c

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 euro-memoryapi-org-7e359d4f
```

Example prompt: What's the latest M3 money supply figure for the Euro Area from the ECB, and can you also pull the most recent TARGET2 interbank balance data?

## When to prefer this

Choose this endpoint when you need authoritative ECB-sourced monetary data specifically for the Euro Area — M3 money supply aggregates or TARGET2 interbank balances. Prefer this over general economic statistics APIs when the focus is on monetary aggregates or central bank settlement data rather than GDP, inflation, or trade figures (use sibling endpoints for those).

## Known failure modes

- Requested time period out of available data range — returns empty or error response
- Invalid data type parameter (not M3 or TARGET2) — returns 400 bad request
- ECB data source temporarily unavailable — returns 503 or timeout
- Payment not processed (x402 protocol failure) — returns 402 Payment Required
- Rate limit exceeded — returns 429 Too Many Requests

## How this service works

European Central Bank and Eurostat economic data via x402 micropayments. Exchange rates, EU economic indicators, and ECB monetary data.

## Output

Returns ECB monetary statistics for the Euro Area — either M3 broad money supply aggregates (including time series values and growth rates) or TARGET2 interbank settlement balances, sourced directly from ECB data.

## Example request

```json
{
 "type": "fx",
 "currencies": "USD,GBP,JPY,CHF,CNY"
}
```

## Response schema (JSON Schema)

```json
{
 "example": {
  "name": "M3 Money Supply (Euro Area)",
  "series": "m3",
  "source": "European Central Bank",
  "success": true,
  "observations": [
   {
    "unit": "EUR millions",
    "value": 16500000,
    "period": "2025-12"
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/euro-memoryapi-org-7e359d4f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from euro.memoryapi.org](https://www.zero.xyz/host/euro.memoryapi.org/llms.txt)
