# Edge Agents India Consumer Price Inflation Intelligence

> Edge Agents India Consumer Price Inflation Intelligence 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 macro analysis of India's Consumer Price Inflation with provenance, confidence scoring, and bounded decision support.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/macro-in-inflation
- 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-india-consumer-price-inflation-intelligence-e9648d42
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QnzCxN1E55ypYHkAkdCX-

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-india-consumer-price-inflation-intelligence-e9648d42
```

Example prompt: Pull the latest Edge Agents inflation intelligence report for India — I need the current CPI findings with confidence level, evidence provenance, and any stated limitations so I can brief our strategy team.

## When to prefer this

Choose this endpoint when you need evidence-backed, provenance-signed India Consumer Price Inflation intelligence with explicit confidence scoring and stated limitations — particularly for strategy briefings, investment memos, or autonomous agent workflows where verifiability and bounded decision support matter more than raw data speed. Prefer it over generic data APIs when contradiction flagging, source traceability, and a signed issuer chain are required for compliance or governance purposes.

## Known failure modes

- Payment not completed — HTTP 402 returned if USDC micropayment not made before request
- Data unavailable — dataStatus field may indicate incomplete coverage if live sources are inaccessible
- Stale data — generatedAt timestamp may reflect delay if upstream CPI sources have not published fresh data
- Low confidence — quality.status or quality.confidence may return degraded values if evidence is thin
- Schema mismatch — clients built against older schema versions may break if 2.0 fields differ from expectations

## How this service works

Latest available India consumer price inflation plus a comparable annual history from the World Bank World Development Indicators API, with source, lag and revision caveats. Purpose: Give an autonomous agent a normalized, directly sourced India consumer price inflation series without forcing it to understand World Bank indicator codes or response shapes. 24-hour freshness target; missing evidence is reported explicitly rather than invented.

## Output

A structured JSON object containing: a quality block with status and confidence rating (e.g. 'strong'/'high'), an analysis block with macro family classification, intents, and a natural-language summary of fresh India CPI findings, an evidence block with source assets and point-in-time policy, provenance metadata including issuer URL and signed flag, a generatedAt timestamp, dataStatus indicator, a disclaimer noting this is general market research not investment advice, and a limitations array stating coverage and source freshness caveats. Schema version 2.0.

## 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",
    "inflation"
   ],
   "summary": "Fresh India Consumer Price Inflation findings appear here."
  },
  "evidence": {
   "assets": [
    "IND"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "macro-in-inflation",
  "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-india-consumer-price-inflation-intelligence-e9648d42/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)
