# Edge Agents – South Africa Structural Macro Profile

> Edge Agents – South Africa Structural Macro Profile is a paid API for AI agents from pay.edge-agents.ai, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Returns a structured, evidence-backed structural macroeconomic profile of South Africa, including cycle, inflation, labour, and growth signals with provenance and contradiction flags.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/macro-za-structural-profile
- Price: $0.1/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-south-africa-structural-macro-profile-e14d3659
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zb69T6WjqPHcyoR2JXIY6

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-structural-macro-profile-e14d3659
```

Example prompt: Pull me Edge Agents' South Africa structural macro profile — I need the evidence-backed cycle, inflation, labour and growth signals with provenance so I can brief the board on expansion risk.

## When to prefer this

Choose this endpoint when you need a structured, provenance-signed, evidence-bounded macroeconomic profile of South Africa specifically — covering structural factors like economic cycle, inflation, labour market, and growth — rather than a generic news summary or unverified data feed. Prefer it for board-level or CFO-grade decision contexts where contradiction flagging, source traceability, and a clear disclaimer are required. It is distinct from real-time market data tickers or investment recommendation services.

## Known failure modes

- Payment not completed (402) – endpoint requires $0.1 USDC x402 payment before data is returned
- Data temporarily unavailable – dataStatus field may indicate incomplete coverage for certain evidence dimensions
- Stale data – generatedAt timestamp may reflect a prior point-in-time snapshot if live sources are unavailable
- Schema mismatch – callers expecting schemaVersion 1.x may encounter breaking changes in 2.0 response structure
- Network timeout – endpoint may be slow if live macro evidence is being freshly synthesized

## How this service works

Premium twelve-indicator structural macro profile for South Africa, covering growth, inflation, labour, external balance, trade, savings, investment, reserves, real rates and central-government debt where available. Purpose: Provide an autonomous agent one normalized South Africa structural macro brief with explicit coverage, latest observation years and missing indicators. 24-hour freshness target; missing evidence is reported explicitly rather than invented.

## Output

A signed JSON report containing: a quality assessment (status and confidence), an analysis block with macro family, intents (evidence, cycle, inflation, labour, growth), and a plain-language summary; an evidence block listing assets, policy stance, and sources; provenance metadata (issuer URL, signed flag); generatedAt timestamp; dataStatus; schema version; and a disclaimer clarifying 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",
    "cycle",
    "inflation",
    "labour",
    "growth",
    "sovereign-debt"
   ],
   "summary": "Fresh South Africa Structural Macro Profile 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-structural-profile",
  "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-structural-macro-profile-e14d3659/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)
