# Edge Agents Indonesia Consumer Price Inflation Intelligence

> Edge Agents Indonesia 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, provenance-signed Indonesia consumer price inflation analysis with confidence ratings, contradictions, and source verification for business decision-makers and AI agents.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/macro-id-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-indonesia-consumer-price-inflation-intelligence-a9dd62da
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_liD_c7Arvv6qm7-qcYnvX

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-indonesia-consumer-price-inflation-intelligence-a9dd62da
```

Example prompt: Pull me the latest Edge Agents inflation intelligence report for Indonesia — I need the evidence summary, confidence level, and provenance so I can assess macro risk before we finalize our market entry budget.

## When to prefer this

Choose this endpoint when you need macro inflation intelligence specifically for Indonesia with verifiable provenance, confidence scoring, and explicit contradiction/limitation disclosure — rather than raw statistical feeds that lack decision-bounded framing. Ideal for AI agents that must pass cited, signed evidence to human decision-makers (CEOs, CFOs, boards) who require auditability. Prefer over generic data APIs when the consuming workflow demands 'bounded decisions with provenance' rather than bare numeric time-series.

## Known failure modes

- Payment not authorized or insufficient USDC balance — 402 Payment Required response
- Endpoint temporarily unavailable — 503 or timeout
- Data not yet available for the current reporting period — dataStatus field may indicate incomplete
- No fresh source data available — evidence assets array may be empty with limitations noted in report
- Invalid request format — malformed input properties

## 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.

## Output

A JSON object containing: quality status and confidence level (e.g. 'strong'/'high'), an analysis object with macro family classification, intent tags, and a written inflation findings summary, an evidence block with assets and sourcing policy, provenance with issuer URL and signing status, data completion status, generation timestamp, schema version, and a standard disclaimer noting this is 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": "macro",
   "intents": [
    "evidence",
    "inflation"
   ],
   "summary": "Fresh Indonesia Consumer Price Inflation findings appear here."
  },
  "evidence": {
   "assets": [
    "IDN"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "macro-id-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-indonesia-consumer-price-inflation-intelligence-a9dd62da/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)
