# Italy Real Interest Rate — Edge Agents Macro Intelligence

> Italy Real Interest Rate — Edge Agents Macro 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 Italy's real interest rate with provenance, confidence scoring, and bounded decision support for business leaders and AI agents.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/macro-it-real-interest-rate
- 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/italy-real-interest-rate-edge-agents-macro-intelligence-e9084b27
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_at9SyZuAazqKa1GbEzHeU

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 italy-real-interest-rate-edge-agents-macro-intelligence-e9084b27
```

Example prompt: What is Italy's current real interest rate? I need an evidence-backed analysis with source provenance and confidence scoring for a board strategy briefing.

## When to prefer this

Choose this endpoint when you need Italy-specific real interest rate data with explicit provenance, confidence scoring, and bounded decision framing — especially for board-level, CFO, or autonomous agent workflows that require auditable evidence chains rather than raw data feeds. Prefer over generic financial data APIs when you need signed provenance and explicit confidence/quality metadata alongside the macro figure.

## Known failure modes

- Payment not received or insufficient USDC — returns HTTP 402 Payment Required
- Data temporarily unavailable for Italy real interest rate — dataStatus field may indicate incomplete
- Source freshness lag — evidence assets may reflect slightly stale macro data, noted in limitations array
- Network timeout on upstream data fetch — retry recommended
- Invalid or malformed request parameters — returns error with schema guidance

## 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 JSON object containing: a quality block with status (e.g. 'strong') and confidence level (e.g. 'high'); an analysis block with macro family classification, intent tags, and a narrative summary of Italy's real interest rate findings; an evidence block with source assets and point-in-time policy; a serviceId ('macro-it-real-interest-rate'); dataStatus indicating completeness; a signed provenance block with issuer URL; a generatedAt timestamp; schema version; and a disclaimer that results are 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": "macro",
   "intents": [
    "evidence",
    "rates"
   ],
   "summary": "Fresh Italy Real Interest Rate findings appear here."
  },
  "evidence": {
   "assets": [
    "ITA"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "macro-it-real-interest-rate",
  "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/italy-real-interest-rate-edge-agents-macro-intelligence-e9084b27/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)
