# Edge Agents Spain Consumer Price Inflation Intelligence

> Edge Agents Spain Consumer Price Inflation 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, provenance-signed inflation intelligence for Spain (CPI/macro), including confidence scores, contradictions, and sourced analysis for decision-makers and AI agents.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/macro-es-inflation
- 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-consumer-price-inflation-intelligence-7c957498
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_YpK4qAT7_JemsjvjzVGcW

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-consumer-price-inflation-intelligence-7c957498
```

Example prompt: Can you pull the latest Spain consumer price inflation report from Edge Agents — I need a confidence-rated, sourced analysis with any contradictions flagged for our strategy team?

## When to prefer this

Choose this endpoint when you need structured, evidence-backed Spain consumer price inflation analysis with explicit provenance, confidence scoring, and contradiction flagging — particularly for decision-makers (CEOs, CFOs, boards, strategy teams) or autonomous agents that require auditable, signed macro intelligence rather than raw data feeds or unverified summaries. Prefer this over generic web search or unstructured data sources when traceability and quality assurance are required.

## Known failure modes

- No live data available for Spain CPI at time of call — partial or empty evidence assets returned
- Data freshness degraded — limitations field will note stale or unavailable sources
- Payment failure via x402 protocol — 402 response before data is returned
- Malformed request parameters — endpoint may return error or empty analysis
- Low confidence status returned when underlying sources are sparse or contradictory

## How this service works

Latest available Spain consumer price inflation 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 consumer price inflation 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: an analysis summary of Spain consumer price inflation, intents and family classification (macro), a quality/confidence assessment (e.g. strong/high), evidence assets with a point-in-time sourcing policy, provenance including issuer URL and signed status, generatedAt timestamp, schema version, data completeness status, stated limitations, and a disclaimer that this is 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",
    "inflation"
   ],
   "summary": "Fresh Spain Consumer Price Inflation 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-inflation",
  "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-consumer-price-inflation-intelligence-7c957498/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)
