# ADH World Tension Intelligence Feed

> ADH World Tension Intelligence Feed is a paid API for AI agents from agentdatum.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns a composite geopolitical risk intelligence snapshot including the daily GPR index, crypto prices, sanctions pressure zones, and supplementary news — synthesized from 239 sources into a single structured payload.

## Facts

- Endpoint: GET https://agentdatum.com/api/v1/d/worldtension
- 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/adh-world-tension-intelligence-feed-50539661
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6aLlswNYPWqTOPPgO47UF

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-world-tension-intelligence-feed-50539661
```

Example prompt: Give me today's world tension snapshot — the latest GPR index score, its 7-day and 30-day moving averages, current BTC and ETH prices, and which sanctions pressure zones are active right now.

## When to prefer this

Choose this endpoint when you need a single unified geopolitical-financial intelligence snapshot combining the academically grounded GPR index, crypto market context, and active sanctions mapping in one call. It is ideal for macro regime detection, AI agent context injection, or risk dashboards where multi-source aggregation would otherwise require multiple API calls. Prefer it over raw news APIs when you need structured, entity-resolved, time-synchronized data rather than raw headlines, and over standalone crypto feeds when geopolitical context matters for interpreting market moves.

## Known failure modes

- Payment not settled via x402 — endpoint returns 402 Payment Required
- Stale data: academic GPR index lags 3–7 days by design, not an error
- News supplement may show older update timestamp if upstream sources are delayed
- Truncated history array if fewer than 400 days of data are available
- Malformed or missing queryParams object may cause schema validation error

## How this service works

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

## Output

A JSON object containing: the latest daily GPRD score with date, conflict events sub-index (GPRD_ACT), threat rhetoric sub-index (GPRD_THREAT), 7-day and 30-day moving averages, news article count (N10D), 30-day statistics (avg/max/min), 400-day historical series, current BTC/ETH prices with 24h change and BTC dominance, DXY rate, sanctions pressure zone score and regional breakdown, and supplementary geopolitical news headlines with URLs and timestamps. Source is attributed to the Caldara & Iacoviello Federal Reserve GPR methodology (1985–2019 baseline = 100), with a noted lag of 3–7 calendar days.

## 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": {
   "as_of": "2026-08-03",
   "index": "Geopolitical Risk Index (GPR, Daily)",
   "fields": {
    "GPRD": "地缘政治风险日度总指数",
    "N10D": "当日相关报道计数",
    "GPRD_ACT": "实际冲突事件分项",
    "GPRD_MA7": "7日移动平均",
    "GPRD_MA30": "30日移动平均",
    "GPRD_THREAT": "威胁/风险言论分项"
   },
   "latest": {
    "DAY": 20260803,
    "GPRD": 225.217072,
    "N10D": 353,
    "date": "2026-08-03",
    "GPRD_ACT": 355.496063,
    "GPRD_MA7": 162.322525,
    "GPRD_MA30": 184.292816,
    "GPRD_THREAT": 156.062546
   },
   "source": "Caldara & Iacoviello, Federal Reserve Board (matteoiacoviello.com)",
   "lag_note": "学术指数按发布周期更新，通常滞后3-7个自然日，非实时行情",
   "stat_30d": {
    "n": 30,
    "avg": 184.2928,
    "max": 356.738068,
    "min": 45.007713
   },
   "methodology": "基于10份主流英文报纸地缘政治相关报道占比构建，1985-2019均值=100",
   "history_400d": [
    {
     "DAY": 20250630,
     "GPRD": 147.653214,
     "N10D": 516,
     "date": "2025-06-30",
     "GPRD_ACT": 89.59922,
     "GPRD_MA7": 214.391769,
     "GPRD_MA30": 218.088959,
     "GPRD_THREAT": 181.498322
    },
    {
     "DAY": 20250630,
     "GPRD": 147.653214,
     "N10D": 516,
     "date": "2025-06-30",
     "GPRD_ACT": 89.59922,
     "GPRD_MA7": 214.391769,
     "GPRD_MA30": 218.088959,
     "GPRD_THREAT": 181.498322
    }
   ],
   "worldtension_supplement": {
    "news": {
     "updated": "2026-07-23",
     "articles": [
      {
       "url": "https://finance.yahoo.com/healthcare/articles/willis-launches-global-life-reinsurance-145030061.html",
       "title": "Willis Re launches global life reinsurance practice",
       "source": {
        "name": "Yahoo Fin"
       },
       "urlToImage": "",
       "description": "",
       "publishedAt": "2026-07-23T14:55:57Z"
      },
      {
       "url": "https://finance.yahoo.com/healthcare/articles/willis-launches-global-life-reinsurance-145030061.html",
       "title": "Willis Re launches global life reinsurance practice",
       "source": {
        "name": "Yahoo Fin"
       },
       "urlToImage": "",
       "description": "",
       "publishedAt": "2026-07-23T14:55:57Z"
      }
     ]
    },
    "crypto": {
     "prices": {
      "btc": 64839,
      "eth": 1894.04,
      "btc_change": "-1.4%",
      "eth_change": "-1.9%",
      "btc_dominance": 56.6
     },
     "updated": "2026-07-23"
    },
    "sanctions": {
     "dxy": 101.51,
     "zone": "High Pressure",
     "score": 60,
     "regions": [
      {
       "since": "2022",
       "country": "Russia",
       "se
… (truncated)
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/adh-world-tension-intelligence-feed-50539661/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)
