# Edge Agents Inflation & Margin Squeeze Radar

> Edge Agents Inflation & Margin Squeeze Radar 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 an evidence-backed, real-time inflation and margin squeeze intelligence report covering cross-market risk signals, FX, commodities, and policy stances.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/inflation-margin-squeeze
- 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-inflation-margin-squeeze-radar-74e732ab
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1oRUUdWdxE9qkZz4O7qPu

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-inflation-margin-squeeze-radar-74e732ab
```

Example prompt: Can you pull the latest inflation and margin squeeze radar from Edge Agents — I need the cross-market summary with commodity, FX, and policy signals, plus the confidence level and any cited sources?

## When to prefer this

Choose this endpoint when you need a rapid, evidence-backed inflation and margin squeeze intelligence snapshot with cited provenance, cross-market scope (commodities, FX, policy), and a structured confidence rating — particularly suited for AI agents, investors, procurement teams, or government advisors needing defensible, non-inferred macro intelligence at a low per-call cost via x402 micropayment.

## Known failure modes

- Payment not received or insufficient USDC — 402 Payment Required response
- Live data sources temporarily unavailable — report may note limited freshness or coverage gaps in limitations field
- Invalid or malformed request parameters — may return 400 or empty analysis
- Service downtime — 503 or no response
- Report generated but with partial evidence — limitations array will explicitly state coverage gaps

## 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 status and confidence rating, a cross-market analysis summary with intent tags (risk, evidence, inflation, FX, commodities), an evidence block listing relevant assets and policy stance, a service ID, data status, generated timestamp, schema version, provenance with issuer and signing status, and a disclaimer clarifying it is general market research, 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": [
    "risk",
    "evidence",
    "inflation",
    "fx",
    "commodities"
   ],
   "summary": "Fresh Inflation & Margin Squeeze Radar findings appear here."
  },
  "evidence": {
   "assets": [],
   "policy": "mixed",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "inflation-margin-squeeze",
  "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-inflation-margin-squeeze-radar-74e732ab/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)
