# Edge Agents China Structural Macro Profile

> Edge Agents China 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).

Delivers evidence-backed structural macroeconomic analysis of China — covering growth cycles, inflation, labour markets, and policy — with provenance, contradictions, and bounded conclusions.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/macro-cn-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-china-structural-macro-profile-b661bc8a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_oHMADyxaXxFr52R-OGrCB

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

Example prompt: Pull me the latest China structural macro profile from Edge Agents — I need a full evidence-backed briefing on growth cycles, inflation, labour, and policy with sources and confidence levels for our strategy team.

## When to prefer this

Choose this endpoint when you need a structured, evidence-backed, decision-ready macroeconomic profile of China specifically — with provenance, contradictions surfaced, and confidence levels — rather than a raw data feed or generic news summary. Ideal for AI agents supporting CEOs, CFOs, strategy teams, or boards who need bounded, auditable macro intelligence on China's structural economy. Prefer this over generic LLM reasoning when sourced, verifiable, point-in-time macro analysis with explicit limitations is required.

## Known failure modes

- Payment not received or insufficient — HTTP 402 returned before report is served
- Service temporarily unavailable — upstream data sources may be stale or unavailable
- Incomplete data — report may note coverage gaps or source freshness limitations within the response body
- Invalid request parameters — malformed input schema returns an error
- Rate limiting or quota exhaustion on the payment facilitator side

## How this service works

Premium twelve-indicator structural macro profile for China, 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 China 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 structured JSON report containing a quality/confidence status, a macro analysis summary with intents (evidence, cycle, inflation, labour, growth), evidence assets with sourcing policy, a signed provenance record from edge-agents.ai, a generated timestamp, schema version, and explicit limitations and disclaimer. The report is point-in-time and covers China's structural macroeconomic profile.

## 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 China Structural Macro Profile findings appear here."
  },
  "evidence": {
   "assets": [
    "CHN"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "macro-cn-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-china-structural-macro-profile-b661bc8a/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)
