# Edge Agents UK-Euro Macro Divergence Intelligence

> Edge Agents UK-Euro Macro Divergence Intelligence is a paid API for AI agents from pay.edge-agents.ai, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Delivers evidence-backed macro and market divergence analysis between UK (ONS) and Eurozone (Eurostat) economic indicators

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/eurostat-ons-uk-euro-divergence
- Price: $0.1/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-uk-euro-macro-divergence-intelligence-5ec0c97e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_FVLdswRSOCSywSVO_i4JD

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-uk-euro-macro-divergence-intelligence-5ec0c97e
```

Example prompt: Can you pull the latest evidence-backed UK-Euro macro divergence report — I want to see how UK and Eurozone indicators are currently diverging, including the policy stance and confidence level?

## When to prefer this

Choose this endpoint when you need a synthesized, evidence-backed comparison of UK vs Eurozone macroeconomic conditions — particularly divergence in inflation, labour markets, and monetary policy — drawn from official Eurostat and ONS sources. It is preferable over raw data APIs when you need a pre-analyzed, confidence-rated intelligence product with provenance signing, and over general LLM analysis when you need grounding in current official statistics rather than model priors. Best for investors, policy analysts, and AI agents requiring defensible macro intelligence at low cost.

## Known failure modes

- Payment not processed (402): x402 micropayment of $0.1 USDC required before data is returned
- Data temporarily unavailable: dataStatus field may indicate incomplete or stale data
- Source freshness limitations: report notes which underlying Eurostat/ONS sources were unavailable at generation time
- Stale cache: generatedAt timestamp may reflect a prior reporting cycle rather than real-time data
- Schema mismatch: agents expecting a different response structure should check schemaVersion field

## How this service works

UK-Euro Macro Divergence from official ONS/Eurostat evidence with source timing, provenance, missingness and bounded interpretation for autonomous agents. Purpose: compare UK and euro-area inflation, activity and labour evidence without forcing differently timed releases into false synchrony 24-hour freshness target; missing evidence is reported explicitly rather than invented.

## Output

A structured JSON report containing: a quality status with confidence rating, a cross-market analysis summary covering anomaly, evidence, adoption, inflation, and labour intents, relevant asset references (e.g. EUR), mixed policy assessment, signed provenance from edge-agents.ai, a generatedAt timestamp, schema version, data completeness status, and a disclaimer clarifying this is general market research rather than 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": "cross-market",
   "intents": [
    "anomaly",
    "evidence",
    "adoption",
    "inflation",
    "labour"
   ],
   "summary": "Fresh UK-Euro Macro Divergence findings appear here."
  },
  "evidence": {
   "assets": [
    "EUR"
   ],
   "policy": "mixed",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "eurostat-ons-uk-euro-divergence",
  "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-uk-euro-macro-divergence-intelligence-5ec0c97e/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)
