# SYNTHORA ECB Main Refinancing Operations Policy Rate

> SYNTHORA ECB Main Refinancing Operations Policy Rate is a paid API for AI agents from ecb-key-policy-rate-mrr.hergertsynthora.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Fetches the European Central Bank's Main Refinancing Operations (MRR) key policy rate from the ECB SDMX Data Portal, returning official EUR benchmark rate observations in JSON format.

## Facts

- Endpoint: POST https://ecb-key-policy-rate-mrr.hergertsynthora.com/service
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/synthora-ecb-main-refinancing-operations-policy-rate-74f01718
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bGQUR0VDQjUUkYagzr4P2

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-main-refinancing-operations-policy-rate-74f01718 -d '<json body>'
```

Example prompt: Pull the latest ECB Main Refinancing Operations policy rate — give me the last 3 observations using the series key D.U2.EUR.4F.KR.MRR_FR.LEV in jsondata format.

## When to prefer this

Choose this endpoint when you need the official ECB Main Refinancing Operations benchmark rate sourced directly from the ECB SDMX Data Portal, especially for autonomous eurozone monetary-policy agents, macro bots pricing EUR rate expectations, or any workflow requiring the authoritative ECB MRR rate level with full provenance. Prefer this over scraped or aggregated rate sources when auditability and official sourcing matter.

## Known failure modes

- ECB SDMX Data Portal upstream unavailability causing empty or failed observations
- Invalid or malformed series_key resulting in no data returned
- Unsupported format string causing parsing errors
- lastNObservations value out of acceptable range returning no results
- Network timeout from ECB API backend

## How this service works

The European Central Bank's Main Refinancing Operations (MRR) key policy rate level via the ECB SDMX Data Portal (keyless JSON, dataflow FM). Serves autonomous eurozone monetary-policy agents and agent-to-agent macro bots pricing EUR rate expectations off the official ECB benchmark. First 3 calls FREE per wallet — send header X-WALLET: 0x<addr>. No charge on upstream failure.

## Output

Returns a JSON object with ok status, the niche identifier 'ecb-key-policy-rate-mrr', the queried series key, a set of dated rate observations, and provenance metadata including the source ECB SDMX API URL and source label.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "format": {
   "type": "string",
   "description": "format"
  },
  "series_key": {
   "type": "string",
   "description": "series_key"
  },
  "lastNObservations": {
   "type": "string",
   "description": "lastNObservations"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "niche": "ecb-key-policy-rate-mrr",
  "result": {
   "series_key": "D.U2.EUR.4F.KR.MRR_FR.LEV",
   "observations": {}
  },
  "provenance": {
   "url": "https://data-api.ecb.europa.eu/service/data/FM/D.U2.EUR.4F.KR.MRR_FR.LEV?lastNObservations=3&format=jsondata",
   "source": "ECB Main Refinancing Operations Policy Rate"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/synthora-ecb-main-refinancing-operations-policy-rate-74f01718/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ecb-key-policy-rate-mrr.hergertsynthora.com](https://www.zero.xyz/host/ecb-key-policy-rate-mrr.hergertsynthora.com/llms.txt)
