# Edge Agents – Türkiye GDP Growth Intelligence

> Edge Agents – Türkiye GDP Growth 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 macro intelligence on Türkiye's GDP growth, including bounded analysis, provenance, contradictions, and verification status.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/macro-tr-gdp-growth
- 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-gdp-growth-intelligence-986e4239
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_z3OHT-I3UU5baoGvG5KKo

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-gdp-growth-intelligence-986e4239
```

Example prompt: Can you pull the latest evidence-backed GDP growth report for Türkiye from Edge Agents — I need the confidence level, any contradictions in the data, and full provenance so I can present it to the board?

## When to prefer this

Choose this endpoint when you need a structured, evidence-backed, provenance-signed GDP growth report specifically for Türkiye at the $0.01 USDC price point via x402 micropayment. It is preferable to raw data feeds when you need bounded decisions with contradiction flagging, confidence scoring, and audit-ready provenance — ideal for board presentations, strategy memos, or autonomous agent pipelines that require traceable macro intelligence rather than raw statistics.

## Known failure modes

- Payment not received or x402 handshake fails — endpoint returns 402 Payment Required
- Service temporarily unavailable — no cached data returned, report may be stale or incomplete
- Evidence assets array empty — sources were unavailable at generation time; limitations field will state coverage gaps
- Low confidence status — data contradictions detected and noted in the output but bounded decision still provided
- Network timeout — agent should retry with backoff

## How this service works

Latest available Türkiye gdp growth 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 gdp growth 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 report containing: a quality assessment (status and confidence level), a macro analysis summary with identified intents and family classification, an evidence block with sourced assets and point-in-time policy, a signed provenance record from edge-agents.ai, a generatedAt timestamp, a dataStatus field, schema version, and a disclaimer that the output is general market research rather than 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",
    "growth"
   ],
   "summary": "Fresh Türkiye GDP Growth 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-gdp-growth",
  "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-gdp-growth-intelligence-986e4239/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)
