# Edge Agents UK Foreign Reserves Months of Import Coverage

> Edge Agents UK Foreign Reserves Months of Import Coverage 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 the United Kingdom's foreign exchange reserve adequacy measured in months of import coverage, with provenance and confidence scoring.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/macro-uk-reserves-months-imports
- 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-uk-foreign-reserves-months-of-import-coverage-7aecde1d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_aGE5Qi9iS8UKWOPOuRKHS

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-foreign-reserves-months-of-import-coverage-7aecde1d
```

Example prompt: Pull the latest Edge Agents report on UK foreign reserves — specifically how many months of import coverage the UK currently holds — and summarize the quality status, confidence level, and any key limitations flagged in the findings.

## When to prefer this

Choose this endpoint when you need a signed, provenance-tracked, evidence-bounded assessment of UK foreign reserve adequacy in months-of-import terms — particularly for board-level briefings, sovereign risk scoring, or autonomous agent monitoring pipelines that require machine-readable confidence ratings and auditable source citations. Prefer it over generic data feeds when you need contradictions flagged, limitations disclosed, and a quality status rather than a raw number alone.

## Known failure modes

- Payment not received or USDC balance insufficient — request rejected before data is returned
- Data unavailable for the period — dataStatus field will reflect incomplete coverage
- Source freshness lag — evidence assets may reflect prior reporting cycle; limitations array will note this
- Network timeout on the pay.edge-agents.ai endpoint — retry with exponential backoff
- Schema version mismatch if client expects v1 schema — always check schemaVersion field in response

## 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 structured JSON report containing: a quality object with status (e.g. 'strong') and confidence (e.g. 'high'); an analysis block with family, intents, and plain-English summary of UK reserve findings; an evidence block listing source assets and policy; provenance with issuer URL and signing status; generatedAt timestamp; dataStatus; schemaVersion; stated limitations; and an investment disclaimer.

## 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",
    "reserves"
   ],
   "summary": "Fresh United Kingdom Reserve Buffer findings appear here."
  },
  "evidence": {
   "assets": [
    "GBR"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "macro-uk-reserves-months-imports",
  "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-foreign-reserves-months-of-import-coverage-7aecde1d/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)
