# ADH FX Synthesis — USD Basket & CNY Real Rate Intelligence

> ADH FX Synthesis — USD Basket & CNY Real Rate Intelligence is a paid API for AI agents from agentdatum.com, paid per call via x402, $0.3/call, status unknown (last checked 2026-09-14).

Returns cross-source synthesized FX intelligence including USD basket index and CNY real exchange rate with confidence scores and full provenance

## Facts

- Endpoint: GET https://agentdatum.com/api/v1/d/l5-fx-synthesis
- Price: $0.3/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/adh-fx-synthesis-usd-basket-cny-real-rate-intelligence-7ad9b9c0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Mci9ermpgh8L58feiq-qp

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-fx-synthesis-usd-basket-cny-real-rate-intelligence-7ad9b9c0
```

Example prompt: Pull the latest synthesized USD basket index and China real exchange rate from ADH's FX intelligence layer — I need the derived values with their confidence scores and data provenance.

## When to prefer this

Choose this endpoint when you need pre-synthesized, CPI-adjusted real exchange rates with confidence scores and full data lineage — rather than raw spot FX rates. Ideal for macro regime analysis, cross-border financial modeling, or any workflow where provenance and derived conclusions matter more than raw tick data. Prefer this over raw FX APIs when you need USD basket strength (not just a single pair) or when auditability of the derivation chain is required.

## Known failure modes

- Payment required (402) if x402 USDC payment header is missing or invalid
- Stale data if upstream sources (life_exchange_rate) are temporarily unavailable — raw field may return null
- Low confidence scores if source disagreement is high across the 239 raw feeds
- Schema version mismatch if client expects a different intel schema version
- Timeout if cross-source synthesis takes longer than expected during high load

## How this service works

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

## Output

A JSON object containing: the USD basket index (mean of inverse rates across EUR/GBP/JPY/CNY with confidence ~0.85), the CNY real exchange rate (nominal CNY adjusted by US/CN CPI ratio, confidence ~0.82), nominal rate components per currency, full provenance array with stage names, source identifiers, timestamps and transformation labels, synthesis timestamp, canonical ID, and schema version.

## 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": null,
  "title": "外汇跨源合成（美元篮子×中美实际汇率）",
  "inputs": [
   "life_exchange_rate",
   "life_exchange_rate"
  ],
  "schema": "intel-l5-2026-08-12",
  "derived": {
   "cny_real_rate": {
    "value": 1.605,
    "sources": [
     "data/life_exchange_rate:rates.CNY",
     "data/life_exchange_rate:rates.CNY"
    ],
    "confidence": 0.82,
    "transformation": "L5_derive: nominal_CNY * (US_CPI / CN_CPI)",
    "nominal_cny_per_usd": 6.765066
   },
   "usd_basket_index": {
    "base": "USD",
    "value": 0.6641,
    "sources": [
     "data/life_exchange_rate:rates"
    ],
    "components": {
     "CNY": 6.765066,
     "EUR": 0.865939,
     "GBP": 0.742247,
     "JPY": 157.926062
    },
    "confidence": 0.85,
    "transformation": "L5_derive: mean(1/rate) over EUR/GBP/JPY/CNY"
   }
  },
  "category": "L5跨源派生情报",
  "provenance": [
   {
    "stage": "L5_synthesis",
    "sources": [
     "life_exchange_rate",
     "life_exchange_rate"
    ],
    "timestamp": "2026-08-11T20:52:50Z",
    "confidence": 0.85,
    "transformation": "cross_source_synthesis"
   }
  ],
  "canonical_id": "l5-fx-synthesis",
  "synthesis_time": "2026-08-11T20:52:50Z"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/adh-fx-synthesis-usd-basket-cny-real-rate-intelligence-7ad9b9c0/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)
