# Edge Agents – Netherlands Macro Reserve Buffer (Months of Imports)

> Edge Agents – Netherlands Macro Reserve Buffer (Months of Imports) 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 intelligence on the Netherlands' foreign reserve buffer measured in months of import coverage, with provenance, confidence scores, and identified contradictions.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/macro-nl-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-netherlands-macro-reserve-buffer-months-of-imports-c9ed830b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_N7xvp52GWNZ6Ggl3B2E2c

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-macro-reserve-buffer-months-of-imports-c9ed830b
```

Example prompt: What is the Netherlands' current foreign reserve buffer in months of import coverage? I need evidence-backed findings with provenance and a confidence assessment for a risk briefing.

## When to prefer this

Choose this endpoint when you need structured, provenance-signed, decision-grade intelligence specifically on the Netherlands' foreign reserve buffer expressed as months of import coverage — particularly when you require confidence scoring, contradiction flagging, and verifiable sourcing for board-level, CFO, or autonomous-agent risk workflows, rather than raw central bank data or a generic data aggregator without quality metadata.

## Known failure modes

- Payment not received or invalid USDC payment results in 402 response blocking data delivery
- Data unavailability for the Netherlands reserve metric returns a report with limited or empty evidence assets and a stated 'incomplete' dataStatus
- Stale upstream data sources may reduce confidence score or trigger limitations disclosures
- Schema mismatch if caller expects a different schemaVersion than 2.0

## How this service works

Latest available Netherlands reserve buffer 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 reserve buffer 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 signed JSON report containing: quality status (e.g. 'strong') and confidence level (e.g. 'high'), a macro analysis summary with identified intents and evidence family, a list of evidence assets with point-in-time sourcing policy, a generatedAt timestamp, a schemaVersion, provenance with issuer URL and signature flag, and stated coverage limitations. The report explicitly disclaims it 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",
    "reserves"
   ],
   "summary": "Fresh Netherlands Reserve Buffer findings appear here."
  },
  "evidence": {
   "assets": [
    "NLD"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "macro-nl-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-netherlands-macro-reserve-buffer-months-of-imports-c9ed830b/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)
