# Edge Agents – Türkiye Real Interest Rate Intelligence

> Edge Agents – Türkiye Real Interest Rate 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 real interest rate analysis for Türkiye, with provenance, confidence scoring, and contradiction flagging for decision-makers and AI agents.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/macro-tr-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/edge-agents-t-rkiye-real-interest-rate-intelligence-ab5496cf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kciLHpCppldKI4HraEgPU

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-t-rkiye-real-interest-rate-intelligence-ab5496cf
```

Example prompt: What's the current real interest rate situation in Türkiye? I need an evidence-backed, sourced analysis with a confidence score so I can assess whether the macro environment supports a fixed-income allocation there.

## When to prefer this

Choose this endpoint when you need a structured, provenance-signed, confidence-scored real interest rate report specifically for Türkiye — especially when the consuming agent or human decision-maker requires traceable sourcing, explicit contradictions, and a bounded decision output rather than a raw data feed. Prefer it over generic macro data APIs when auditability, signed provenance, and schema-versioned output matter for compliance or governance contexts.

## Known failure modes

- Payment not received or USDC amount insufficient — HTTP 402 returned before data is delivered
- Upstream macro data temporarily unavailable — dataStatus may reflect incomplete coverage
- Stale or low-confidence data — quality.status or quality.confidence fields will indicate degraded signal
- Invalid or malformed request parameters — endpoint may return error or empty evidence assets
- Service outage at edge-agents.ai — no response or timeout

## How this service works

Latest available Türkiye real interest rate plus a comparable annual history from the World Bank World Development Indicators API, with source, lag and revision caveats. Purpose: Give an autonomous agent a normalized, directly sourced Türkiye real interest rate series without forcing it to understand World Bank indicator codes or response shapes. 24-hour freshness target; missing evidence is reported explicitly rather than invented.

## Output

A JSON object containing: a quality object (status and confidence level), an analysis summary (family, intents, and narrative summary of findings), an evidence block (assets, policy stance, sources), a serviceId, dataStatus, disclaimer, signed provenance with issuer URL, generatedAt timestamp, limitations list, and schemaVersion. All findings are point-in-time and sourced from live reports rather than inferred examples.

## 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 Türkiye Real Interest Rate findings appear here."
  },
  "evidence": {
   "assets": [
    "TUR"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "macro-tr-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/edge-agents-t-rkiye-real-interest-rate-intelligence-ab5496cf/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)
