# Edge Agents – Eurostat/ONS UK Monthly Output Intelligence

> Edge Agents – Eurostat/ONS UK Monthly Output 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 UK monthly gross value added (GVA) and output data drawn from Eurostat and ONS official sources.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/eurostat-ons-uk-monthly-output
- 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-eurostat-ons-uk-monthly-output-intelligence-164a02c0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_JMwjyEzy8KSTqPnnFxEJN

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-eurostat-ons-uk-monthly-output-intelligence-164a02c0
```

Example prompt: Can you pull the latest evidence-backed UK monthly output and gross value added report from official ONS and Eurostat sources, and tell me the current quality status and confidence level?

## When to prefer this

Choose this endpoint when you need official, evidence-backed UK monthly GVA or output data sourced directly from Eurostat and ONS, with explicit quality scoring, policy context, and signed provenance — especially for compliance-sensitive investment research, government decision support, or macro intelligence pipelines that require traceable, non-inferred data.

## Known failure modes

- Payment not received or insufficient USDC — 402 response blocking access
- Data not yet published by ONS/Eurostat for the current period — report may indicate incomplete data status
- Upstream source freshness lag — report will state coverage limitations explicitly
- Malformed or missing request parameters — may return an error or empty response
- Network timeout on upstream data fetch

## How this service works

UK Monthly Gross Value Added from official ONS/Eurostat evidence with source timing, provenance, missingness and bounded interpretation for autonomous agents. Purpose: return the latest available uk monthly gross value added with recent official history, observation periods and source metadata 24-hour freshness target; missing evidence is reported explicitly rather than invented.

## Output

A signed JSON report containing: quality status and confidence rating, a cross-market analysis summary with identified intents, evidence including relevant asset classes and policy stance, a disclaimer, provenance with issuer identity and signature flag, generation timestamp, data status, schema version, and stated coverage limitations.

## 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": [
    "evidence"
   ],
   "summary": "Fresh UK Monthly Gross Value Added findings appear here."
  },
  "evidence": {
   "assets": [
    "EUR"
   ],
   "policy": "mixed",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "eurostat-ons-uk-monthly-output",
  "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-eurostat-ons-uk-monthly-output-intelligence-164a02c0/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)
