# Germany Structural Macro Profile — Edge Agents

> Germany Structural Macro Profile — Edge Agents 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 Germany, including cycle, inflation, labour, and growth analysis with provenance and contradictions.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/macro-de-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/germany-structural-macro-profile-edge-agents-235c9fa7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_aMmnDtzJYeT5uPFTkosT9

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 germany-structural-macro-profile-edge-agents-235c9fa7
```

Example prompt: Pull the Edge Agents structural macro profile for Germany — I need the cycle position, inflation outlook, labour market signals, and growth trajectory, all with provenance, for a board strategy briefing.

## When to prefer this

Choose this endpoint when you need a structured, evidence-backed, provenance-signed macroeconomic profile specifically for Germany, suitable for executive or board-level decision making. It is preferable over generic LLM-generated economic summaries because it provides bounded decisions, source provenance, contradictions flagged, and a verifiable issuer signature. Use it when compliance, auditability, or strategic accountability requires traceable evidence rather than synthesised narrative.

## Known failure modes

- Payment not received or insufficient USDC — 402 Payment Required returned before report is issued
- Service temporarily unavailable for Germany data — may return incomplete or degraded data status
- Evidence freshness gap — report may note coverage limitations if underlying sources are stale
- Schema version mismatch — clients expecting v1 schema may misparse v2 response fields
- Network timeout — GET request times out before report generation completes

## How this service works

Premium twelve-indicator structural macro profile for Germany, 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 Germany 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 assessment (status and confidence), an analysis block with macro family, key intents (evidence, cycle, inflation, labour, growth) and a narrative summary, evidence assets with policy stance and sources, provenance with issuer URL and signature flag, generation timestamp, data status, schema version, and a disclaimer noting the output is 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",
    "cycle",
    "inflation",
    "labour",
    "growth",
    "sovereign-debt"
   ],
   "summary": "Fresh Germany Structural Macro Profile findings appear here."
  },
  "evidence": {
   "assets": [
    "DEU"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "macro-de-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/germany-structural-macro-profile-edge-agents-235c9fa7/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)
