# Edge Agents – South Korea FDI Net Inflows Decision Intelligence

> Edge Agents – South Korea FDI Net Inflows Decision 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 analysis of South Korea's foreign direct investment (FDI) net inflows, with provenance, confidence ratings, and contradiction flags for business leaders and AI agents.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/macro-kr-fdi-inflows
- 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-south-korea-fdi-net-inflows-decision-intelligence-fa80d6e8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Zmntuguk_cJk4eHaesoCD

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-south-korea-fdi-net-inflows-decision-intelligence-fa80d6e8
```

Example prompt: Give me a fresh, evidence-backed report on South Korea's FDI net inflows — I need the confidence rating, any contradictions in the data, and full provenance so I can present this to the board.

## When to prefer this

Choose this endpoint when you need a point-in-time, signed, provenance-tracked macro intelligence report specifically on South Korea FDI net inflows, with explicit confidence scoring and contradiction flagging, rather than a raw data feed or a generic web search. It is especially suited for AI agents operating in agentic decision workflows where auditability and bounded, evidence-cited outputs are required. Prefer it over generic financial data APIs when the consumer needs a narrative analysis layer with quality metadata, not just raw numeric series.

## Known failure modes

- 402 Payment Required – USDC micropayment of $0.01 not completed or x402 payment header missing
- Data unavailable – source freshness or coverage gaps result in incomplete evidence assets (stated explicitly in paid report)
- Stale data – generatedAt timestamp may lag real-world FDI releases if source reporting is delayed
- Empty evidence assets array – upstream macro data not yet ingested for the current reporting period
- Schema mismatch – caller expects a different schemaVersion than the current 2.0 response

## How this service works

Latest available South Korea fdi net inflows 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 South Korea fdi net inflows 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 structured JSON report containing: a quality block with status and confidence level, an analysis block with family tag ('macro'), intent labels, and a written summary of South Korea FDI net inflow findings, an evidence block with source assets and point-in-time policy, a provenance block with issuer URL and signed flag, a generatedAt timestamp, dataStatus, schemaVersion, and a disclaimer stating the output is 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",
    "investment"
   ],
   "summary": "Fresh South Korea FDI Net Inflows findings appear here."
  },
  "evidence": {
   "assets": [
    "KOR"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "macro-kr-fdi-inflows",
  "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-south-korea-fdi-net-inflows-decision-intelligence-fa80d6e8/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)
