# ADH Processed BTC Spot ETF Flow Intelligence

> ADH Processed BTC Spot ETF Flow Intelligence is a paid API for AI agents from agentdatum.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns processed, interpreted Bitcoin spot ETF daily net flow data with per-issuer breakdowns, top inflow/outflow rankings, and a 5-day cumulative summary.

## Facts

- Endpoint: GET https://agentdatum.com/api/v1/d/processed-etf-flow
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/adh-processed-btc-spot-etf-flow-intelligence-975c5d94
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fqsI25BXo4J7p0w8ig75_

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-processed-btc-spot-etf-flow-intelligence-975c5d94
```

Example prompt: Pull the latest Bitcoin spot ETF flow data — I want to see which issuers like IBIT and FBTC are getting the most inflows today, the total net flow in USD millions, and whether the 5-day cumulative signal looks bullish.

## When to prefer this

Choose this endpoint when you need pre-processed, interpreted Bitcoin spot ETF flow data with per-issuer granularity and a built-in market signal interpretation, rather than raw data feeds. Ideal for agents that need a single call to get actionable institutional sentiment from ETF flows without additional parsing or analysis steps. Prefer over raw data sources when you want the 5-day cumulative context and AI-generated interpretation included automatically.

## Known failure modes

- Data not yet refreshed for current date — response may reflect prior day snapshot
- Payment failure via x402 protocol — HTTP 402 returned if USDC payment not settled
- Source (Farside) unavailable — upstream data collection delay
- Empty or stale history array if no flow events recorded for the date

## How this service works

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

## Output

Returns a JSON object with: a snapshot date, per-issuer daily net flow in USD millions (IBIT, FBTC, GBTC, ARKB, BITB, etc.), top_inflow and top_outflow ranked issuers, total daily net flow, 5-day cumulative net flow, data collection timestamp, source attribution (Farside), and a pre-generated Chinese-language interpretation string summarizing the market signal.

## 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": {
  "source": "farside",
  "history": [
   {
    "date": "21 Jul 2026",
    "total": 203.2
   },
   {
    "date": "21 Jul 2026",
    "total": 203.2
   }
  ],
  "product": "processed-etf-flow",
  "snapshot": {
   "date": "07 Aug 2026",
   "issuers": {
    "BTC": 0,
    "ARKB": 1.9,
    "BITB": 2.1,
    "BRRR": 0,
    "BTCO": -19.4,
    "BTCW": 0,
    "EZBC": 0,
    "FBTC": 41,
    "GBTC": 0,
    "HODL": -10.6,
    "IBIT": 86.7,
    "MSBT": 0
   },
   "top_inflow": {
    "BITB": 2.1,
    "FBTC": 41,
    "IBIT": 86.7
   },
   "top_outflow": {
    "BTCO": -19.4,
    "HODL": -10.6
   },
   "cum5_net_usd_m": 865.3,
   "total_net_usd_m": 101.7
  },
  "data_type": "etf_flow",
  "collected_at": "2026-08-09T17:15:03Z",
  "interpretation": "截至 07 Aug 2026，BTC 现货 ETF 单日净流入 101.7M 美元（约 0.10 亿）。近5日累计净流入 865.3M。最大流入 IBIT 86.7M。机构通过 ETF 持续吸筹，偏多信号。"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/adh-processed-btc-spot-etf-flow-intelligence-975c5d94/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)
