# Edge Agents – Hong Kong Gross Savings Macro Intelligence

> Edge Agents – Hong Kong Gross Savings Macro 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 macro intelligence on Hong Kong SAR gross savings data with provenance, confidence scoring, and contradiction flagging.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/macro-hk-gross-savings
- 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-hong-kong-gross-savings-macro-intelligence-656e2c79
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_EgMxoS5r_0N8faK8BzQFX

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-hong-kong-gross-savings-macro-intelligence-656e2c79
```

Example prompt: Pull the latest Edge Agents decision intelligence report on Hong Kong SAR gross savings — I need the confidence rating, any noted contradictions, and source provenance for a strategy briefing.

## When to prefer this

Choose this endpoint when you need point-in-time, evidence-backed macro intelligence on Hong Kong SAR gross savings with explicit provenance, confidence scoring, and stated limitations — particularly for decision workflows where auditability and source traceability matter (board reporting, autonomous agent pipelines, regulatory research). Prefer over raw data feeds when you need a bounded, interpreted output rather than raw statistics, and when contradictions and data gaps must be explicitly surfaced.

## Known failure modes

- Payment not received or insufficient USDC balance — HTTP 402 returned, no data provided
- Service temporarily unavailable or upstream data source stale — response may indicate incomplete data status
- Invalid or malformed request parameters — endpoint returns error without analysis payload
- Data freshness lag — generatedAt timestamp may reflect prior reporting period if live source has not updated

## How this service works

Latest available Hong Kong SAR, China gross savings 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 Hong Kong SAR, China gross savings 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: quality status and confidence rating for the data, a macro family analysis summary specific to Hong Kong gross savings, an evidence block with asset references and sourcing policy, provenance metadata (issuer URL and signed status), generation timestamp, data status indicator, schema version, stated limitations, and a standard disclaimer clarifying this is market research and 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",
    "savings"
   ],
   "summary": "Fresh Hong Kong SAR, China Gross Savings findings appear here."
  },
  "evidence": {
   "assets": [
    "CHN",
    "HKG"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "macro-hk-gross-savings",
  "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-hong-kong-gross-savings-macro-intelligence-656e2c79/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)
