# Edge Agents Macro India GDP Growth Intelligence

> Edge Agents Macro India GDP Growth 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 decision intelligence on India's GDP growth outlook, including macro analysis, confidence ratings, and sourced findings.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/macro-in-gdp-growth
- 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-macro-india-gdp-growth-intelligence-e24c86e1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ds88AxdscvZprhthBoRQQ

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-macro-india-gdp-growth-intelligence-e24c86e1
```

Example prompt: Pull me the latest Edge Agents decision-intelligence report on India's GDP growth — I need the confidence rating, key evidence, and provenance so I can share it with our CFO.

## When to prefer this

Choose this endpoint when you need a structured, provenance-signed, confidence-rated macro intelligence report specifically on India GDP growth, rather than a raw data feed or generic economic statistics API. It is best suited for business decision-makers, strategy teams, or autonomous agents that need bounded, sourced analysis with explicit contradictions and limitations — not just a number. Prefer it over generic news or data APIs when auditability and signed provenance matter.

## Known failure modes

- Payment not received or insufficient USDC — 402 response blocking access
- No live evidence available at time of call — evidence assets array may be empty
- Stale or incomplete data — limitations array will describe coverage gaps
- Network timeout or upstream data source unavailability — incomplete response or error
- Malformed request parameters — may return error or default behavior

## 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 a quality block (status and confidence level), a macro analysis summary with intent tags, an evidence block with sourced assets and point-in-time policy, provenance (signed, issuer URL), data status, schema version, timestamp, and a disclaimer clarifying this is market research rather than 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",
    "growth"
   ],
   "summary": "Fresh India GDP Growth 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-gdp-growth",
  "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-macro-india-gdp-growth-intelligence-e24c86e1/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)
