# Edge Agents — Spain Central Government Debt Intelligence

> Edge Agents — Spain Central Government Debt 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 central government debt with provenance, confidence scoring, and contradiction surfacing for decision-makers and autonomous agents.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/macro-es-central-government-debt
- 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-central-government-debt-intelligence-443737b5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_v1yIGNqiD_fhFfjKiegIw

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-central-government-debt-intelligence-443737b5
```

Example prompt: Pull the latest evidence-backed intelligence on Spain's central government debt from Edge Agents — I need the confidence rating, any contradictions flagged, and provenance details for our board strategy review.

## When to prefer this

Choose this endpoint when you need provenance-signed, evidence-bounded macro intelligence specifically on Spain's central government debt — particularly when your use case requires auditability (signed provenance), explicit confidence scoring, and contradiction surfacing rather than raw statistical data. It is well-suited for AI agent pipelines, board-level briefings, and strategy workflows where traceability and bounded claims matter more than raw data feeds. Prefer alternatives (e.g. IMF, Eurostat APIs) if you need historical time-series data, granular sub-series breakdowns, or bulk download capabilities.

## Known failure modes

- Payment not completed (402): endpoint requires $0.01 USDC via x402 protocol before data is returned
- Service temporarily unavailable: upstream macro data sources may be unreachable, resulting in degraded or empty evidence assets
- Stale data: generatedAt timestamp may reflect a cached point-in-time report if live sources are unavailable
- Empty evidence assets array: no fresh Spain debt data retrieved in this cycle, data status may be 'incomplete'
- Schema mismatch: consumer expecting schemaVersion 1.x may receive schemaVersion 2.0 response structure

## How this service works

Edge Agents provides evidence-backed macro, market and decision intelligence for AI agents, individual leaders and investors, businesses and government teams requiring consulting, procurement and decision support. Machine services are purchasable per request over x402 on 5 settlement rails (Base/USDC, XRPL/RLUSD, Solana/USDC, Arbitrum/USDC and Polygon/USDC).

## Output

Returns a JSON object containing: a quality status and confidence level ('strong'/'high' etc.), a macro analysis summary with identified intents, an evidence block with assets and sourcing policy, a signed provenance object (issuer URL + signed flag), a generatedAt ISO timestamp, schema version, data status flag, coverage limitations, and a regulatory disclaimer clarifying this 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",
    "sovereign-debt"
   ],
   "summary": "Fresh Spain Central Government Debt 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-central-government-debt",
  "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-central-government-debt-intelligence-443737b5/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)
