# AgentDatum US Economic Bundle

> AgentDatum US Economic Bundle 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 US economic dashboard combining macro indicators, industry metrics, and trade data in a single API call

## Facts

- Endpoint: GET https://agentdatum.com/api/v1/us/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/agentdatum-us-economic-bundle-475a09aa
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_eguMeiw4k7GBZ886E-vCG

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 agentdatum-us-economic-bundle-475a09aa
```

Example prompt: Pull me the full US economic bundle — GDP growth, inflation, unemployment, trade balance, and industry breakdown — all in one shot.

## When to prefer this

Choose this endpoint when you need US macro, industry, and trade data together in a single request and want to avoid the latency and cost of multiple separate calls. It is the best option for dashboards, economic briefings, or agent workflows that require a broad US economic picture. Prefer the individual macro, trade, or industry endpoints only if you need exactly one category and want to minimize payload size.

## Known failure modes

- HTTP 402 if payment header is missing or USDC balance insufficient
- HTTP 429 if rate limit exceeded
- HTTP 503 if upstream data provider is temporarily unavailable
- Stale or lagged data if underlying source has not refreshed recently
- Empty or partial fields if a specific sub-indicator is not yet available for the current period

## How this service works

🇺🇸 US BUNDLE: macro + industry + trade in one call. Save 40% vs buying separately. The complete United States economic dashboard — GDP, jobs, trade, industry. One API. 💎【付款后立得】实时结构化JSON，即插即用——无需注册，USDC一键支付即取数据。

## Output

A single JSON response containing the complete US economic dashboard: GDP level and growth rate, CPI inflation, unemployment rate, population, trade balance, current account balance, foreign direct investment, GDP per capita, manufacturing share of GDP, services sector share, and exports intensity — all sourced in one call at a 40% discount versus purchasing macro, industry, and trade endpoints separately.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "cpi_yoy_pct": 2.9,
  "gdp_usd_trillions": 29.4,
  "trade_balance_usd": -918
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentdatum-us-economic-bundle-475a09aa/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)
