# Edge Agents China Trade Openness Intelligence

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

Delivers evidence-backed macro intelligence on China's trade openness, including policy signals, market evidence, and risk provenance for business and AI agent decision-making.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/macro-cn-trade-openness
- 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-china-trade-openness-intelligence-aa4ff17b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0CmxZSqNnSedpLn2KM5aB

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-trade-openness-intelligence-aa4ff17b
```

Example prompt: Pull the latest China trade openness intelligence report from Edge Agents — I need evidence-backed findings with confidence level and source provenance for our board strategy session on APAC supply chain risk.

## When to prefer this

Choose this endpoint when you need point-in-time, evidence-backed intelligence specifically on China's macro trade openness with explicit provenance and confidence scoring — particularly for board-level, CFO, or autonomous agent decision contexts where verifiability and contradiction flagging matter. Prefer it over generic news aggregators or raw data feeds when you need structured, bounded analysis with source attribution and a clear disclaimer on scope. Best suited for low-cost ($0.01 USDC) single-call retrieval rather than continuous monitoring workflows.

## Known failure modes

- Payment not received or x402 flow incomplete — request rejected before report is generated
- Stale or unavailable source data — report may note coverage gaps in limitations field
- Evidence assets array empty — indicates no fresh data was retrievable at call time
- Schema version mismatch — older clients may not parse response fields correctly
- Rate limiting or infrastructure unavailability — HTTP 5xx response with no payload

## How this service works

Edge Agents provides evidence-backed macro, market and decision intelligence for AI agents, individual leaders and investors, businesses and government teams requiring consulting, procurement and decision support. Machine services are purchasable per request over x402 on 5 settlement rails (Base/USDC, XRPL/RLUSD, Solana/USDC, Arbitrum/USDC and Polygon/USDC).

## Output

Returns a structured JSON report containing: quality status and confidence level, a macro analysis summary with identified intents and evidence family, evidence assets with policy type and source citations, provenance metadata (issuer, signed status), service ID, data status, generated timestamp, schema version, and a disclaimer clarifying the report is general market research rather than 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",
    "trade"
   ],
   "summary": "Fresh China Trade Openness 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-trade-openness",
  "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-trade-openness-intelligence-aa4ff17b/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)
