# China Economic Bundle (Macro + Industry + Customs)

> China Economic Bundle (Macro + Industry + Customs) is a paid API for AI agents from agentdatum.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Returns a comprehensive bundle of China's key economic indicators — GDP, CPI, trade, and industry data — in a single API call at a discount versus buying each dataset separately.

## Facts

- Endpoint: GET https://agentdatum.com/api/v1/china/bundle
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/china-economic-bundle-macro-industry-customs-d3fe661b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ktMytpV3kT_TxqSt2QSoV

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 china-economic-bundle-macro-industry-customs-d3fe661b
```

Example prompt: Pull the full China economic bundle — I need GDP, CPI, trade balance, and industrial output all in one shot for my macro research.

## When to prefer this

Choose this endpoint when you need multiple categories of China economic data (macro, industry, trade/customs) at once and want to minimize API calls and cost. It is better than calling individual endpoints when your use case requires a holistic view of the Chinese economy rather than a single metric. Prefer it over the Global Bundle if you only need China-specific data and not US or EU figures.

## Known failure modes

- Data source temporarily unavailable — upstream Chinese statistical authority feeds may lag or be delayed around major publication dates
- Payment not processed — x402 payment of $0.299 USDC must succeed before data is returned
- Rate limiting — excessive calls in a short window may be throttled
- Stale data — indicators are published on official release schedules and may not reflect intraday updates

## How this service works

🇨🇳 CHINA BUNDLE: macro + industry + customs in one call. Save 40% vs buying separately. The complete China economic dashboard — GDP, CPI, trade, industry — every indicator the world's #2 economy publishes. 💎【付款后立得】实时结构化JSON，即插即用——无需注册，USDC一键支付即取数据。

## Output

A consolidated JSON payload containing China's major economic indicators published by Chinese authorities, including GDP level and growth rate, CPI inflation, trade balance, customs statistics, and industrial production metrics — all returned in a single response at a 40% discount versus purchasing individual datasets.

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "gdp_yoy_pct": 5,
  "trade_balance_usd": 82.5,
  "industrial_production_yoy": 4.5
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/china-economic-bundle-macro-industry-customs-d3fe661b/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)
