# US Import Reserves Buffer Intelligence (Months of Imports)

> US Import Reserves Buffer Intelligence (Months of Imports) 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 US foreign exchange reserves measured in months of import coverage, with provenance, confidence scoring, and contradiction flags.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/macro-us-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/us-import-reserves-buffer-intelligence-months-of-imports-c702854c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GoF5Sh6LGrDjOZ5dSRoNh

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 us-import-reserves-buffer-intelligence-months-of-imports-c702854c
```

Example prompt: Pull me the latest Edge Agents macro report on US foreign reserves expressed as months of import coverage — I need the confidence level, the evidence quality status, and the signed provenance so I can share it with the board.

## When to prefer this

Choose this endpoint when you need a sourced, provenance-signed, confidence-rated assessment of US foreign reserve adequacy measured in months of import coverage — especially when the output must be auditable (signed, with contradictions flagged) for boards, CFOs, or compliance teams. Prefer it over generic macro data feeds when you need structured evidence quality scoring rather than raw statistics.

## Known failure modes

- Payment not received or USDC balance insufficient — returns 402 Payment Required
- Upstream macro data temporarily unavailable — dataStatus may reflect incomplete coverage
- Evidence assets array empty if no fresh sourced data is available for the reporting period
- Network timeout if reserve data pipeline is slow to respond

## 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 JSON object containing: quality status (e.g. 'strong') and confidence level (e.g. 'high'); an analysis block with family classification ('macro'), intent tags, and a plain-language summary of US reserve buffer findings; an evidence block with source policy and cited assets; serviceId, dataStatus, generatedAt timestamp, schemaVersion, a signed provenance object with issuer URL, and a disclaimer clarifying the output is 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": "macro",
   "intents": [
    "evidence",
    "reserves"
   ],
   "summary": "Fresh United States Reserve Buffer findings appear here."
  },
  "evidence": {
   "assets": [
    "USA"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "macro-us-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/us-import-reserves-buffer-intelligence-months-of-imports-c702854c/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)
