# Edge Agents Spain Macro Reserve Buffer Intelligence

> Edge Agents Spain Macro Reserve Buffer 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 analysis of Spain's foreign exchange reserves expressed as months of import coverage, with provenance, confidence scoring, and contradictions.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/macro-es-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-spain-macro-reserve-buffer-intelligence-9a805219
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_epODHD_7-tYjCLoUBwm5J

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-spain-macro-reserve-buffer-intelligence-9a805219
```

Example prompt: Pull me the latest evidence-backed report on Spain's foreign exchange reserves in months of import coverage — I need the confidence rating, any contradictions flagged, and the data provenance for a macro risk review.

## When to prefer this

Choose this endpoint when you need a signed, evidence-backed point-in-time assessment of Spain's reserve adequacy (months of imports metric) with explicit confidence scoring and provenance — particularly for sovereign risk analysis, cross-border exposure reviews, or compliance workflows where auditability of the data source matters. Prefer over generic data APIs when contradiction detection and bounded decision intelligence with disclaimers are required.

## Known failure modes

- Payment not completed — endpoint returns HTTP 402 requiring USDC micropayment before data is served
- Data unavailable — report may indicate incomplete coverage or stale source data via limitations array
- Low confidence result — quality status may be 'weak' if underlying evidence is sparse or contradictory
- Network timeout — real-time data fetch from underlying sources may exceed response window
- Schema mismatch — callers expecting schema version 1.x may encounter breaking changes in v2.0 response structure

## How this service works

Latest available Spain 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 Spain 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 structured JSON report containing: quality status and confidence level, an analysis summary with macro family classification and intent tags, evidence assets with point-in-time policy, signed provenance from edge-agents.ai, data completeness status, a generatedAt timestamp, schema version, and disclaimer noting this 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 Spain Reserve Buffer findings appear here."
  },
  "evidence": {
   "assets": [
    "ESP"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "macro-es-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-spain-macro-reserve-buffer-intelligence-9a805219/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)
