# Edge Agents Poland Foreign Reserves Import Coverage Analysis

> Edge Agents Poland Foreign Reserves Import Coverage Analysis 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 analysis of Poland's foreign exchange reserves measured in months of import coverage, with provenance, confidence ratings, and contradiction flags.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/macro-pl-reserves-months-imports
- 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-poland-foreign-reserves-import-coverage-analysis-fff84d5d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_CYUFVtetZsvVFxyw1EWqp

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-foreign-reserves-import-coverage-analysis-fff84d5d
```

Example prompt: Can you pull the latest evidence-backed analysis of Poland's foreign exchange reserves expressed in months of import coverage, including confidence rating and data provenance?

## When to prefer this

Choose this endpoint when you need a point-in-time, evidence-grounded assessment of Poland's foreign reserve adequacy specifically measured by months-of-import coverage — a standard IMF/World Bank metric for external liquidity risk. Prefer it over generic financial data APIs when you need provenance, confidence scoring, contradiction flags, and disclaimer-ready output suitable for institutional decision-makers or autonomous agent workflows. Ideal when the consumer is a CFO, risk committee, strategy team, or AI agent that needs citable, bounded intelligence rather than raw data.

## Known failure modes

- Data not yet available for the requested period returns incomplete dataStatus
- Upstream source refresh lag may result in stale evidence with freshness caveats noted in limitations array
- Network or payment failure returns HTTP 402 if USDC payment is not properly attached
- Malformed request parameters may return validation errors
- Source data contradictions are surfaced in the report rather than causing an error, but may reduce confidence level

## How this service works

Edge Agents provides evidence-backed macro, market and decision intelligence for AI agents, individual leaders and investors, businesses and government teams requiring consulting, procurement and decision support. Machine services are purchasable per request over x402 on 5 settlement rails (Base/USDC, XRPL/RLUSD, Solana/USDC, Arbitrum/USDC and Polygon/USDC).

## Output

A structured JSON report containing: a quality status (e.g. 'strong') and confidence level (e.g. 'high'), a macro analysis summary of Poland's reserve buffer findings, evidence assets and policy details, data completeness status, provenance with issuer identity and signing status, generation timestamp, schema version, and standardized disclaimers and coverage limitations.

## 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",
    "reserves"
   ],
   "summary": "Fresh Poland Reserve Buffer 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-reserves-months-imports",
  "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-foreign-reserves-import-coverage-analysis-fff84d5d/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)
