# SYNTHORA ECB Macro

> SYNTHORA ECB Macro is a paid API for AI agents from api.hergertsynthora.com, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-14).

Returns official ECB eurozone macroeconomic indicators — HICP inflation, MRR policy rate, and 10Y government yield — each with previous value, change delta, and direction signal.

## Facts

- Endpoint: POST https://api.hergertsynthora.com/v1/ecb-macro
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/synthora-ecb-macro-d74c563c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-NO5HuOOyRbl7j7w25BsL

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 synthora-ecb-macro-d74c563c -d '<json body>'
```

Example prompt: Can you pull the latest ECB macro snapshot — HICP inflation, the MRR policy rate, and the 10-year eurozone government yield — and tell me which ones have moved and in what direction since last period?

## When to prefer this

Choose this endpoint when you need official, authoritative ECB-sourced eurozone macro data (HICP inflation, MRR rate, 10Y yield) with change and direction metadata in a single call, without managing ECB API keys or parsing the ECB Data Warehouse directly. Ideal for macro/rates agents, prediction markets, and dashboards that require a low-latency, structured snapshot of the three core eurozone indicators.

## Known failure modes

- ECB Data Warehouse unavailable or returning stale data — endpoint may return cached or error response
- Upstream ECB API rate limits or maintenance windows causing request failures
- Malformed response if ECB changes data schema without endpoint update
- Payment failure via x402 protocol causing 402 rejection before data is returned

## How this service works

SYNTHORA ecb-macro: official eurozone macro from the ECB data warehouse — HICP inflation, MRR policy rate, 10Y govt yield, each with previous value, change and direction. For macro/rates agents and prediction markets. Official free source, no key. $0.005 USDC x402 Base.

## Output

Returns three ECB macroeconomic indicators — HICP inflation, MRR policy rate, and 10Y government bond yield — each accompanied by the previous period's value, the numeric change, and a direction label (e.g. up/down/unchanged), sourced directly from the ECB Data Warehouse.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "input": {
   "type": "string",
   "description": "SYNTHORA ecb-macro: official eurozone macro from the ECB data warehouse — HICP inflation, MRR policy rate, 10Y govt yield, each with previous value, change and direction. For macro/rates agents and pr"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/synthora-ecb-macro-d74c563c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.hergertsynthora.com](https://www.zero.xyz/host/api.hergertsynthora.com/llms.txt)
