# Edge Agents – Netherlands FDI Net Inflows Decision Intelligence

> Edge Agents – Netherlands 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, bounded decision intelligence on Netherlands foreign direct investment (FDI) net inflows, with provenance, contradictions, and confidence scoring.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/macro-nl-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-netherlands-fdi-net-inflows-decision-intelligence-cf43a167
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_DOHBO1BCzRxd8UN_vFkp6

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-netherlands-fdi-net-inflows-decision-intelligence-cf43a167
```

Example prompt: Pull the latest Edge Agents decision intelligence report on Netherlands FDI net inflows — I need the confidence level, key evidence summary, and any contradictions flagged, with provenance.

## When to prefer this

Choose this endpoint when you need a structured, provenance-signed, bounded intelligence report on Netherlands FDI net inflows specifically — particularly when auditability, confidence scoring, and contradiction flagging matter (e.g., board presentations, regulatory filings, or autonomous agent decision pipelines). Prefer this over generic data APIs when your use case requires traceable sourcing and a disclaimer-wrapped, point-in-time analysis rather than raw time-series data.

## Known failure modes

- Payment not received or x402 protocol failure — no report returned
- Data unavailable or stale — dataStatus field reflects incomplete coverage
- Low confidence score when conflicting sources exist — contradictions surfaced but not resolved
- Empty evidence assets array if no fresh primary sources were found
- Network or upstream data provider timeout

## How this service works

Latest available Netherlands 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 Netherlands 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 JSON object containing: a quality block with status and confidence level; an analysis block with macro family classification, intent tags, and a plain-language summary of Netherlands FDI net inflows findings; an evidence block listing source assets and policy; provenance metadata including issuer and digital signature flag; a generatedAt timestamp; data status indicator; schemaVersion; and a disclaimer clarifying it is general market research, not investment advice.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [],
     "properties": {},
     "description": "No parameters are required. The report is generated from fresh eligible evidence at purchase time.",
     "additionalProperties": false
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object",
     "required": [
      "serviceId",
      "generatedAt",
      "dataStatus",
      "analysis"
     ],
     "properties": {
      "quality": {
       "type": "object",
       "description": "Evidence-quality assessment; not probability of profit."
      },
      "analysis": {
       "type": "object",
       "description": "Product-specific findings calculated from eligible evidence."
      },
      "evidence": {
       "type": "object",
       "description": "Observed evidence, providers, timestamps and source lineage supporting the analysis."
      },
      "reportId": {
       "type": "string",
       "description": "Product report identifier when the service exposes one."
      },
      "serviceId": {
       "type": "string",
       "const": "macro-nl-fdi-inflows"
      },
      "dataStatus": {
       "enum": [
        "complete",
        "partial",
        "unavailable"
       ],
       "type": "string",
       "description": "Completeness of eligible evidence used by the live report."
      },
      "deliveryId": {
       "type": "string",
       "description": "Unique delivery identifier returned after a successful paid request."
      },
      "disclaimer": {
       "type": "string"
      },
      "provenance": {
       "type": "object",
       "description": "Issuer and signature/verification status when available."
      },
      "generatedAt": {
       "type": "string",
       "pattern": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(?:\\.\\d+)?(?:Z|[+-]\\d{2}:\\d{2})$",
       "description": "RFC3339 date-time timestamp."
      },
      "limitations": {
       "type": "array",
       "items": {
        "type": "string"
     
… (truncated)
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/edge-agents-netherlands-fdi-net-inflows-decision-intelligence-cf43a167/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)
