# ADH Processed SOPR — Bitcoin On-Chain Profit/Loss Intelligence

> ADH Processed SOPR — Bitcoin On-Chain Profit/Loss 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-14).

Returns the latest Bitcoin SOPR (Spent Output Profit Ratio) value with regime interpretation, 1-day delay, sourced and normalized from BGeometrics

## Facts

- Endpoint: GET https://agentdatum.com/api/v1/d/processed-sopr
- 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-processed-sopr-bitcoin-on-chain-profit-loss-intelligence-95cadafb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TCG39wzs44tR-TYOP6eSX

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-sopr-bitcoin-on-chain-profit-loss-intelligence-95cadafb
```

Example prompt: What is the current Bitcoin SOPR reading and what does it mean — are on-chain sellers in profit or loss right now?

## When to prefer this

Choose this endpoint when you need a clean, interpreted Bitcoin SOPR signal with regime classification and provenance, especially if other free-tier sources (Santiment, CryptoQuant) lack SOPR data. It is ideal for agents that need a single reliable on-chain sentiment indicator with a human-readable explanation rather than raw data requiring further processing.

## Known failure modes

- Upstream BGeometrics data unavailable — returns stale or error response
- Data date may be T-1 (1 day delayed) so real-time intraday use is not supported
- Payment via x402 required; missing or invalid payment header returns 402
- Malformed query parameters may result in bad request errors

## How this service works

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

## Output

Returns a JSON object containing the latest SOPR scalar value (e.g. 1.0027), a human-readable regime label (e.g. 'micro-profit / neutral-bullish'), the data date with delay metadata, a source attribution to BGeometrics, a historical array of recent SOPR readings, and a natural-language interpretation of what the current SOPR implies about Bitcoin on-chain seller behavior.

## 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": "BGeometrics /v1/sopr (T-1)",
  "history": [
   {
    "date": "2026-07-26",
    "sopr": 1.0001
   },
   {
    "date": "2026-07-26",
    "sopr": 1.0001
   }
  ],
  "product": "processed-sopr",
  "snapshot": {
   "note": "BGeometrics 提供；旧 Santiment/CryptoQuant免费层均缺 SOPR，现补齐",
   "sopr": 1.0027,
   "regime": "微利（中性偏乐观）",
   "data_date": "2026-08-08",
   "delay_days": 1
  },
  "data_type": "valuation",
  "collected_at": "2026-08-09T14:20:01Z",
  "interpretation": "BTC SOPR（花费输出利润率）= 1.003，处于微利（中性偏乐观）。SOPR>1 说明链上移动币种平均盈利售出（卖方有利可图），<1 则亏损售出（投降/积累）。当前 2026-08-08，链上行为中性。"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/adh-processed-sopr-bitcoin-on-chain-profit-loss-intelligence-95cadafb/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)
