# Edge Agents Global Current Account Balance Comparison

> Edge Agents Global Current Account Balance Comparison 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 evidence-backed, provenance-signed comparison of global current account balances across countries with macro analysis, contradictions, and bounded conclusions.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/macro-global-current-account-comparison
- 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-global-current-account-balance-comparison-33ad648e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qTEys8MSby_IADMjB7Jij

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-global-current-account-balance-comparison-33ad648e
```

Example prompt: Pull me a current account balance comparison across major economies — I need to see which countries are running the biggest surpluses and deficits right now, with the evidence sourced and signed so I can use it in a board briefing.

## When to prefer this

Choose this endpoint when you need a provenance-signed, evidence-bounded comparison of current account balances across multiple countries simultaneously, especially for board-level or executive use cases where auditability and contradiction disclosure matter. Prefer it over generic data APIs when you need structured macro intelligence with explicit confidence scoring and sourcing policy, not raw statistical downloads.

## Known failure modes

- No data available for requested country or time period — evidence assets array may be empty
- Source freshness limitations noted in report when underlying data is stale
- Low-confidence findings flagged explicitly in quality.confidence field
- Payment failure via x402 protocol returns 402 before report is delivered
- Schema validation errors if malformed query parameters are sent

## How this service works

Premium comparison of the latest available current account balance across 30 major economies and financial centres using one normalized World Bank indicator definition. Purpose: Rank and compare major economies on current account balance while exposing observation-year differences and missing coverage rather than pretending all countries are synchronized. 24-hour freshness target; missing evidence is reported explicitly rather than invented.

## Output

A structured JSON report containing a macro analysis summary, cross-country current account balance comparison, evidence assets with sourcing policy, confidence and quality status, provenance signature from edge-agents.ai, generation timestamp, schema version, and explicit limitations on coverage and source freshness. Includes a disclaimer that the output 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",
    "external-balance"
   ],
   "summary": "Fresh Global Current Account Balance Comparison findings appear here."
  },
  "evidence": {
   "assets": [],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "macro-global-current-account-comparison",
  "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-global-current-account-balance-comparison-33ad648e/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)
