# ADH China Trade Data — agentdatum.com

> ADH China Trade Data — agentdatum.com is a paid API for AI agents from agentdatum.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns China's monthly bilateral trade data (exports, imports, balance) with the United States, including QA flags and data provenance metadata.

## Facts

- Endpoint: GET https://agentdatum.com/api/v1/d/china-trade
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/adh-china-trade-data-agentdatum-com-24fbb8c3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5f-0-sT5tUb_GLJ83KRAi

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 adh-china-trade-data-agentdatum-com-24fbb8c3
```

Example prompt: Pull the latest China–US bilateral trade data — I need monthly export, import, and balance figures with any QA flags or data quality notes included.

## When to prefer this

Use this endpoint when you need structured, QA-annotated China–US bilateral trade statistics with full data provenance — particularly when data quality transparency (flags, suppressed values, review status) matters for downstream analysis. Prefer this over raw government data scrapes when you need machine-readable, agent-ready output with entity resolution and source attribution already applied.

## Known failure modes

- Negative or anomalous raw values are suppressed and set to null with QA flags — the balance field may be null pending source review
- Data may be delayed if source review is pending
- Most recent month's data may be incomplete or flagged
- HTTP 402 returned if x402 payment not attached or insufficient USDC balance
- Empty or partial trade_data array if the source has not published the latest period yet

## How this service works

ADH 金融情报层：把 239 个原始数据源洗成带实体解析、时间同步、溯源与派生结论的情报（宏观regime / 加密尽调 / 事件窗口），免费注入你的 AI 上下文。Agent 走 x402 结算，人类订阅（PayPal）即将上线。

## Output

A JSON object containing China's monthly trade data with the US: exports, imports, and balance values (in CNY thousands or similar unit), QA flags (e.g. negative_trade_value), review status (e.g. suppressed_negative_value), suppressed value details, data source attribution (chinadata.live/trade), and the timestamp of collection.

## 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",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [],
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "raw": {
   "latest": {
    "year": 2026,
    "month": 6
   },
   "source": "chinadata.live/trade",
   "country": "united-states",
   "trade_data": [
    {
     "year": 2026,
     "month": 1,
     "balance": null,
     "exports": 9814305.6,
     "imports": null,
     "qa_flags": [
      "negative_trade_value"
     ],
     "raw_value": -23,
     "review_status": "suppressed_negative_value",
     "source_review": "pending",
     "suppressed_values": {
      "imports": {
       "action": "set_null",
       "qa_flags": [
        "negative_trade_value"
       ],
       "raw_value": -23,
       "review_status": "suppressed_negative_value",
       "source_review": "pending"
      }
     }
    },
    {
     "year": 2026,
     "month": 1,
     "balance": null,
     "exports": 9814305.6,
     "imports": null,
     "qa_flags": [
      "negative_trade_value"
     ],
     "raw_value": -23,
     "review_status": "suppressed_negative_value",
     "source_review": "pending",
     "suppressed_values": {
      "imports": {
       "action": "set_null",
       "qa_flags": [
        "negative_trade_value"
       ],
       "raw_value": -23,
       "review_status": "suppressed_negative_value",
       "source_review": "pending"
      }
     }
    }
   ]
  },
  "source": "chinatrade",
  "data_type": "贸易",
  "collected_at": "2026-08-09T18:11:35Z"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/adh-china-trade-data-agentdatum-com-24fbb8c3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentdatum.com](https://www.zero.xyz/host/agentdatum.com/llms.txt)
