# UK Interbank 1-Month Mean Lending Rate (Sterling)

> UK Interbank 1-Month Mean Lending Rate (Sterling) 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 Sterling 1-month mean interbank lending rate data with source provenance, quality assessment, and analytical context.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/uk-interbank-1m
- 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/uk-interbank-1-month-mean-lending-rate-sterling-97b05d49
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MaHUUqpZYJTyn4Cfpu2X-

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 uk-interbank-1-month-mean-lending-rate-sterling-97b05d49
```

Example prompt: What is the current UK Sterling 1-month mean interbank lending rate? I need the live figure with confidence level and source quality assessment for a macro analysis.

## When to prefer this

Choose this endpoint when you need a current, evidence-backed, source-cited Sterling 1-month interbank lending rate with explicit quality and confidence metadata rather than a raw data feed. It is well-suited for macro research agents, institutional decision-support workflows, and compliance-sensitive contexts where provenance and signed attribution matter. Prefer it over generic market data APIs when you require an analytical summary with cross-market context, not just a raw rate figure.

## Known failure modes

- Payment not processed — 402 response if USDC payment header is missing or invalid
- Rate data temporarily unavailable — dataStatus field may indicate incomplete coverage
- Stale or low-confidence data — quality.confidence may be returned as 'low' with stated limitations
- Service outage — 5xx errors if upstream data pipeline is disrupted
- Malformed request — unexpected query parameters may be ignored silently

## How this service works

Sterling 1 Month Mean Interbank Lending Rate from official Bank of England statistical data, normalized for autonomous-agent use with source timestamp, recent history and explicit limitations. Purpose: give an agent the latest available sterling 1 month mean interbank lending rate with recent official history and source timing 24-hour freshness target; missing evidence is reported explicitly rather than invented.

## Output

A structured JSON object containing: the current Sterling 1-month mean interbank lending rate, a quality assessment (status and confidence level), a cross-market analysis summary with identified intents (e.g. leverage, evidence), asset coverage (GBP), live policy context, signed provenance from edge-agents.ai, data completeness status, generation timestamp, schema version, and a disclaimer clarifying that the output 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": "cross-market",
   "intents": [
    "leverage",
    "evidence"
   ],
   "summary": "Fresh Sterling 1 Month Mean Interbank Lending Rate findings appear here."
  },
  "evidence": {
   "assets": [
    "GBP"
   ],
   "policy": "live",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "uk-interbank-1m",
  "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/uk-interbank-1-month-mean-lending-rate-sterling-97b05d49/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)
