# Edge Agents South Africa GDP Growth Intelligence

> Edge Agents South Africa 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-15).

Returns evidence-backed macro intelligence on South Africa's GDP growth, including analysis, provenance, contradictions, and confidence ratings for business and AI agent decision-making.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/macro-za-gdp-growth
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/edge-agents-south-africa-gdp-growth-intelligence-505f5315
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mOKka6RJ_ZS5Kji98Po2Z

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-south-africa-gdp-growth-intelligence-505f5315
```

Example prompt: Pull the latest evidence-backed South Africa GDP growth analysis from Edge Agents — I need the confidence rating, any contradictions, and full provenance for our board strategy deck.

## When to prefer this

Choose this endpoint when you need verified, provenance-signed South Africa GDP growth intelligence with explicit confidence ratings and contradiction flagging — particularly for board-level, CFO, or autonomous agent decision workflows where auditability and source traceability matter. Prefer over generic search or raw data feeds when you need a bounded, structured decision-intelligence output rather than raw statistics.

## Known failure modes

- Payment not confirmed via x402 protocol — returns 402 Payment Required
- Service temporarily unavailable — upstream data source not refreshed
- Empty evidence assets array — live data not yet available for current reporting period
- Stale generatedAt timestamp — data may not reflect the most recent GDP release
- Network timeout on downstream macro data aggregation

## How this service works

Latest available South Africa gdp growth 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 South Africa gdp growth 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 JSON object containing: a quality assessment (status and confidence level), a macro analysis summary with identified intents and evidence family, an evidence block with assets and source policy, provenance (issuer URL and signed flag), data status, schema version, generation timestamp, and a disclaimer that the output is general market research rather than investment advice. Limitations around coverage and source freshness are explicitly stated in every report.

## 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 South Africa GDP Growth findings appear here."
  },
  "evidence": {
   "assets": [
    "ZAF"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "macro-za-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-south-africa-gdp-growth-intelligence-505f5315/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)
