# Edge Agents – South Africa Current Account Balance Intelligence

> Edge Agents – South Africa Current Account Balance 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 macro intelligence on South Africa's current account balance, including confidence level, source assets, and analytical summary.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/macro-za-current-account
- 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-south-africa-current-account-balance-intelligence-d0d921f4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7jccOohf01YN9XyKZ2ZGE

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-current-account-balance-intelligence-d0d921f4
```

Example prompt: Pull the latest South Africa current account balance intelligence from Edge Agents — I need the evidence summary, confidence rating, and provenance so I can include it in a board-level strategy briefing.

## When to prefer this

Choose this endpoint when you need a signed, provenance-traceable, AI-agent-ready intelligence report on South Africa's current account balance — specifically when data quality confidence, contradiction flagging, and verifiable sourcing matter more than raw data alone. Prefer it over generic data feeds when your downstream use case is a board briefing, autonomous agent reasoning chain, or risk model that requires auditable evidence provenance. Not suitable as a substitute for real-time ticker data or when you need multi-country batch comparisons in a single call.

## Known failure modes

- Payment not received or invalid USDC payment header → 402 Payment Required
- Service temporarily unavailable or upstream data source outage → 503 or degraded dataStatus field
- Stale or incomplete data → limitations array explicitly enumerates coverage gaps in the paid report
- Malformed request → 400 Bad Request

## How this service works

Latest available South Africa current account balance 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 current account balance 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

Returns a JSON object containing: a quality block with status (e.g. 'strong') and confidence level; an analysis block with family ('macro'), intents, and a natural-language summary of South Africa's current account balance; an evidence block listing source assets and policy; provenance metadata (issuer URL, signed flag); generatedAt timestamp; dataStatus; schemaVersion; and a disclaimer clarifying this is general market research, not investment advice.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [],
     "properties": {},
     "description": "No parameters are required. The report is generated from fresh eligible evidence at purchase time.",
     "additionalProperties": false
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object",
     "required": [
      "serviceId",
      "generatedAt",
      "dataStatus",
      "analysis"
     ],
     "properties": {
      "quality": {
       "type": "object",
       "description": "Evidence-quality assessment; not probability of profit."
      },
      "analysis": {
       "type": "object",
       "description": "Product-specific findings calculated from eligible evidence."
      },
      "evidence": {
       "type": "object",
       "description": "Observed evidence, providers, timestamps and source lineage supporting the analysis."
      },
      "reportId": {
       "type": "string",
       "description": "Product report identifier when the service exposes one."
      },
      "serviceId": {
       "type": "string",
       "const": "macro-za-current-account"
      },
      "dataStatus": {
       "enum": [
        "complete",
        "partial",
        "unavailable"
       ],
       "type": "string",
       "description": "Completeness of eligible evidence used by the live report."
      },
      "deliveryId": {
       "type": "string",
       "description": "Unique delivery identifier returned after a successful paid request."
      },
      "disclaimer": {
       "type": "string"
      },
      "provenance": {
       "type": "object",
       "description": "Issuer and signature/verification status when available."
      },
      "generatedAt": {
       "type": "string",
       "pattern": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(?:\\.\\d+)?(?:Z|[+-]\\d{2}:\\d{2})$",
       "description": "RFC3339 date-time timestamp."
      },
      "limitations": {
       "type": "array",
       "items": {
        "type": "string"
 
… (truncated)
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/edge-agents-south-africa-current-account-balance-intelligence-d0d921f4/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)
