# Edge Agents Türkiye Structural Macro Profile

> Edge Agents Türkiye Structural Macro Profile is a paid API for AI agents from pay.edge-agents.ai, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Returns an evidence-backed structural macroeconomic profile of Türkiye, covering cycle position, inflation, labour and growth dynamics with provenance and contradiction flags.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/macro-tr-structural-profile
- Price: $0.1/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-structural-macro-profile-3bbc3d5f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_t4RbiXaM9j1m6jxCwf0O5

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-structural-macro-profile-3bbc3d5f
```

Example prompt: Can you pull the Edge Agents structural macro profile for Türkiye — I need an evidence-backed read on the current economic cycle, inflation, labour market and growth outlook, with sources and confidence ratings, for a strategy briefing?

## When to prefer this

Choose this endpoint when you need a structured, evidence-backed macroeconomic profile of Türkiye specifically — with provenance, confidence ratings and contradiction flags — rather than a general news summary or raw data feed. It is well-suited for decision-makers (CEOs, CFOs, boards) and autonomous agents that need bounded, verifiable macro intelligence on Turkey's structural economic position for strategy, risk or market-entry decisions.

## Known failure modes

- Payment not received or USDC balance insufficient — 402 Payment Required with no report returned
- Service temporarily unavailable — 5xx error with no data
- Data freshness issue — report may note coverage gaps or source unavailability in limitations array
- Confidence returned as low if underlying evidence is sparse or contradictory
- dataStatus field may indicate incomplete rather than complete if live data pull is partial

## How this service works

Premium twelve-indicator structural macro profile for Türkiye, covering growth, inflation, labour, external balance, trade, savings, investment, reserves, real rates and central-government debt where available. Purpose: Provide an autonomous agent one normalized Türkiye structural macro brief with explicit coverage, latest observation years and missing indicators. 24-hour freshness target; missing evidence is reported explicitly rather than invented.

## Output

A JSON object containing a quality block (status and confidence level), an analysis block (macro family, key intents such as evidence/cycle/inflation/labour/growth, and a narrative summary), an evidence block (assets, policy stance, sources), service ID, data completeness status, signed provenance from edge-agents.ai, generation timestamp, limitations list, and schema version. The report is marked as general market research and 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",
    "cycle",
    "inflation",
    "labour",
    "growth",
    "sovereign-debt"
   ],
   "summary": "Fresh Türkiye Structural Macro Profile 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-structural-profile",
  "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-structural-macro-profile-3bbc3d5f/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)
