# Edge Agents AI – Sovereign Debt Refinancing Window Intelligence

> Edge Agents AI – Sovereign Debt Refinancing Window 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).

Returns evidence-backed analysis of the current sovereign debt refinancing window, including supply forecasts, rate outlooks, and cross-market intents for major sovereign issuers.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/sovereign-debt-refinancing-window
- 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-ai-sovereign-debt-refinancing-window-intelligence-61836733
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Fs2ODbQ01kwBTV1Ir6q-a

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-sovereign-debt-refinancing-window-intelligence-61836733
```

Example prompt: Pull the latest sovereign debt refinancing window report from Edge Agents — I need the supply outlook, rate signals, and cross-market intents for major sovereigns like the US and UK, with confidence and evidence quality ratings.

## When to prefer this

Choose this endpoint when you need a point-in-time, evidence-backed intelligence report on sovereign debt refinancing conditions across major markets (USA, GBR, etc.) with explicit confidence scoring and signed provenance. It is particularly suited for AI agents, investors, and government advisors who need machine-readable macro intelligence with disclaimers baked in, and who can pay per-request via stablecoin rails (Base, XRPL, Solana, Arbitrum, Polygon). Prefer this over generic news APIs or LLM-generated summaries when verifiable sourcing and quality metadata matter.

## Known failure modes

- Payment not settled — returns HTTP 402 if the $0.10 USDC payment has not been received on the selected rail
- Data temporarily unavailable — dataStatus field may indicate incomplete coverage for specific sovereigns
- Low evidence quality — quality.status may return 'weak' or confidence 'low' when source freshness is limited
- Schema mismatch — older clients expecting schemaVersion 1.x may need to handle 2.0 field structure
- Network/upstream failure — service may be temporarily unreachable if upstream data sources are down

## 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 block with status and confidence level, an analysis block with identified cross-market family, intents (e.g. supply, forecast, rates), and a written summary, an evidence block listing covered sovereign assets, policy stance, and source provenance, a disclaimer clarifying the report is general market research, signed provenance from the issuer, a generatedAt timestamp, a schemaVersion, and a dataStatus indicator. Coverage gaps and source freshness caveats are included in the report itself.

## 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": [
    "supply",
    "forecast",
    "rates"
   ],
   "summary": "Fresh Sovereign Debt Refinancing Window findings appear here."
  },
  "evidence": {
   "assets": [
    "USA",
    "GBR"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "sovereign-debt-refinancing-window",
  "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-sovereign-debt-refinancing-window-intelligence-61836733/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)
