# Edge Agents AI — Eurostat/ONS UK Services Price Index

> Edge Agents AI — Eurostat/ONS UK Services Price Index 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-15).

Returns evidence-backed analysis of the UK CPI Services Price Index sourced from Eurostat and ONS live reports, with quality signals and provenance metadata.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/eurostat-ons-uk-services-price-index
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/edge-agents-ai-eurostat-ons-uk-services-price-index-c9077f02
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nW1kOOUQYpW1GdYjTMUzE

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-ai-eurostat-ons-uk-services-price-index-c9077f02
```

Example prompt: Can you pull the latest evidence-backed UK CPI Services Price Index report from Edge Agents — I need the current inflation findings, quality confidence level, and policy stance?

## When to prefer this

Choose this endpoint when you need current, evidence-sourced UK services inflation data from authoritative statistical bodies (Eurostat and ONS) with explicit quality confidence scores, policy stance signals, and cryptographically signed provenance — particularly for macro research, investment analysis, or government decision support workflows where data lineage and reliability indicators matter.

## Known failure modes

- Source data unavailable or stale — report may indicate incomplete coverage in limitations field
- Payment not accepted or insufficient USDC balance — HTTP 402 returned before data delivery
- Service identifier mismatch — if endpoint path is incorrect, 404 or empty response
- Temporarily degraded data freshness — confidence may downgrade to medium or low in quality block

## 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

A signed JSON report containing: a quality object with status and confidence level; an analysis block with family classification, intents (e.g. evidence, inflation), and a narrative summary of current UK CPI Services Price Index findings; an evidence block listing relevant assets, policy stance, and sources; data completeness status; a disclaimer; provenance with issuer URL and signature flag; generation timestamp; limitations note; and schema version.

## 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",
    "inflation"
   ],
   "summary": "Fresh UK CPI Services Price Index findings appear here."
  },
  "evidence": {
   "assets": [
    "EUR"
   ],
   "policy": "mixed",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "eurostat-ons-uk-services-price-index",
  "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-ai-eurostat-ons-uk-services-price-index-c9077f02/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)
