# ADH IMF Global Macro Intelligence Layer

> ADH IMF Global Macro Intelligence Layer is a paid API for AI agents from agentdatum.com, paid per call via x402, $0.01/call, status down (last checked 2026-09-14).

Returns IMF World Economic Outlook macroeconomic indicators (GDP, inflation, unemployment, current account, population) for all major economies, enriched and structured for AI agent consumption via x402 micropayment.

## Facts

- Endpoint: GET https://agentdatum.com/api/v1/d/imf-macro-global
- Price: $0.01/call
- Payment: x402
- Status: down
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/adh-imf-global-macro-intelligence-layer-8690e001
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NhljPHqgrasmcHZh0DG8I

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-imf-global-macro-intelligence-layer-8690e001
```

Example prompt: Pull the latest IMF global macro data — GDP, inflation, unemployment, and current account balances across all major economies — and inject it into my context so I can analyze the current macroeconomic regime.

## When to prefer this

Choose this endpoint when you need structured, agent-ready global macroeconomic data from the IMF WEO without managing API keys or raw data parsing. It is ideal when you want pre-enriched, entity-resolved macro indicators across all major economies in a single call, especially for macro regime analysis, country risk profiling, or injecting economic context into an AI reasoning pipeline. Prefer over raw IMF DataMapper access when you need time-synchronized, labeled, and consistently formatted data ready for LLM consumption.

## Known failure modes

- Upstream IMF DataMapper API unavailable — returns error or stale data
- Truncated response if payload is very large
- x402 payment failure if USDC balance insufficient or wallet not configured
- Rate limiting if called too frequently
- Some forecast years may be missing for smaller economies

## How this service works

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

## Output

A JSON object containing enriched IMF World Economic Outlook data for all tracked economies, keyed by IMF country code. Each economy entry includes the country's name, and per-indicator time series (history by year plus latest value and year) for metrics including population (LP), current account balance (BCA), unemployment rate (LUR), nominal GDP (NGDPD), GDP per capita (NGDPDPC), and CPI inflation (PCPIPCH), with units labeled in Chinese and English. Data covers historical values from 2016 onward plus multi-year forecasts.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "raw": {
   "note": "IMF World Economic Outlook via DataMapper API, free & no key. Annual frequency.",
   "economies": {
    "BRA": {
     "name_cn": "巴西",
     "imf_code": "BRA",
     "indicators": {
      "LP": {
       "unit": "百万人",
       "label": "人口",
       "history": {
        "2016": 203.872,
        "2017": 205.212,
        "2018": 206.529,
        "2019": 207.9,
        "2020": 209.165,
        "2021": 210.104,
        "2022": 210.863,
        "2023": 211.695,
        "2024": 212.584,
        "2025": 213.362,
        "2026": 214.083,
        "2027": 214.757,
        "2028": 215.382,
        "2029": 215.964,
        "2030": 216.499,
        "2031": 216.989
       },
       "latest_year": "2026",
       "latest_value": 214.083
      },
      "BCA": {
       "unit": "十亿美元",
       "label": "经常账户余额",
       "history": {
        "2016": -30.529,
        "2017": -25.264,
        "2018": -53.818,
        "2019": -63.96,
        "2020": -24.223,
        "2021": -39.398,
        "2022": -41.96,
        "2023": -27.073,
        "2024": -66.168,
        "2025": -69,
        "2026": -71.305,
        "2027": -66.551,
        "2028": -58.804,
        "2029": -56.68,
        "2030": -62.484,
        "2031": -62.37
       },
       "latest_year": "2026",
       "latest_value": -71.305
      },
      "LUR": {
       "unit": "%",
       "label": "失业率",
       "history": {
        "2016": 11.6,
        "2017": 12.9,
        "2018": 12.4,
        "2019": 12,
        "2020": 13.8,
        "2021": 13.2,
        "2022": 9.3,
        "2023": 8,
        "2024": 6.9,
        "2025": 6,
        "2026": 6.8,
        "2027": 7.4,
        "2028": 7.4,
        "2029": 7.4,
        "2030": 7.4,
        "2031": 7.4
       },
       "latest_year": "2026",
       "latest_value": 6.8
      },
      "NGDPD": {
       "unit": "十亿美元",
       "label": "名义GDP",
       "history": {
        "2016": 1796.622,
        "2017": 2063.519,
        "2018": 1916.934,
        "2019": 1873.286,
        "2020": 1476.092,
        "2021": 1670.65,
        "2022": 1951.849,
        "2023": 2191.137,
        "2024": 2185.822,
        "2025": 2279.918,
        "2026": 2635.912,
        "2027": 2766.558,
        "2028": 2879.42,
        "2029": 3037.171,
        "2030": 3203.508,
        "2031": 3378.877
       },
       "latest_year": "2026",
       "latest_value": 2635.912
      },
      "NGDPDPC": {
       "unit": "美元",
       "label": "人均GDP",
       "history": {
 
… (truncated)
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/adh-imf-global-macro-intelligence-layer-8690e001/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)
