# Edge Agents Poland Macro Structural Profile

> Edge Agents Poland Macro Structural 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 a structured, evidence-backed structural macroeconomic profile of Poland with cycle, inflation, labour, and growth analysis, provenance, and confidence signals.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/macro-pl-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-poland-macro-structural-profile-47b9c829
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_S3tC6GlFqOBERaARXaDP5

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-poland-macro-structural-profile-47b9c829
```

Example prompt: Pull the latest structural macro profile for Poland — I need evidence-backed analysis on Poland's economic cycle, inflation, labour market, and growth outlook, with confidence ratings and data provenance, for a CFO board briefing.

## When to prefer this

Choose this endpoint when you need a structured, provenance-signed macroeconomic profile specifically for Poland with explicit confidence levels, contradiction flags, and evidence sourcing — suitable for board-level or autonomous-agent decision workflows. Prefer it over generic LLM macro summaries when auditability, bounded decisions, and signed provenance matter. Prefer it over raw data feeds when you need an already-synthesized, analyst-grade structural narrative rather than raw time-series.

## Known failure modes

- Payment not provided or insufficient USDC balance — returns HTTP 402 requiring x402 payment
- Service temporarily unavailable — may return 503 if upstream data sources are offline
- Data not yet available for the requested period — dataStatus field may reflect incomplete coverage
- Stale or missing evidence — limitations array will explicitly note coverage gaps
- Invalid or malformed request parameters — returns 400 with schema validation error

## How this service works

Premium twelve-indicator structural macro profile for Poland, 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 Poland 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 level), a macro analysis block (family classification, economic intents such as cycle/inflation/labour/growth, and a narrative summary), evidence metadata (assets list, policy type, sources), provenance (issuer URL, signed flag), a dataStatus field, generatedAt timestamp, a disclaimer, limitations list, serviceId, and schemaVersion — all sourced from live report data rather than inferred defaults.

## 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 Poland Structural Macro Profile findings appear here."
  },
  "evidence": {
   "assets": [
    "POL"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "macro-pl-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-poland-macro-structural-profile-47b9c829/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)
