# BTC Institutional Demand Intelligence

> BTC Institutional Demand Intelligence is a paid API for AI agents from pay.edge-agents.ai, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Returns evidence-backed analysis of Bitcoin institutional demand signals, including ETF flows, leverage data, and institutional intent, with provenance and contradiction tracking.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/btc-institutional-demand-intelligence
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/btc-institutional-demand-intelligence-a326b204
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_DMKsuhdee3PlZQVyqDQfI

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 btc-institutional-demand-intelligence-a326b204
```

Example prompt: Pull the latest Edge Agents BTC institutional demand intelligence report — I need the confidence level, key evidence sources, and any contradictions flagged, so I can brief our board on whether institutional conviction is building or fading.

## When to prefer this

Choose this endpoint when you need a structured, provenance-signed intelligence report on Bitcoin institutional demand specifically — with traceable evidence sources, confidence scoring, and explicit contradiction flagging — rather than a raw data feed, price quote, or general crypto news summary. It is particularly well-suited for agentic workflows that must cite sources, brief decision-makers, or audit their reasoning trail.

## Known failure modes

- Payment not received or insufficient USDC — returns 402 Payment Required
- Upstream evidence sources temporarily unavailable — report may note reduced source freshness
- Data status incomplete — report may indicate partial coverage with limitations disclosed in body
- Invalid request format — returns 400 with schema validation error
- Service temporarily unavailable — returns 503

## How this service works

Premium Bitcoin institutional-demand evidence separating direct regulated ETF share-creation evidence from derivatives-market context and explicitly withholding a conclusion when ETF evidence is absent. Purpose: Assess direct observable regulated-vehicle demand separately from leverage and price action without relabelling exchange derivatives as institutional flow. 15-minute freshness target; missing evidence is reported explicitly rather than invented.

## Output

A JSON report containing a quality status (e.g. 'strong') and confidence level, an analysis summary with classified institutional intents (leverage, ETF, accumulation), evidence assets and sourcing policy, provenance metadata including issuer and signature status, a generatedAt timestamp, schema version, known limitations, and a disclaimer clarifying this is not investment advice.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "quality": {
   "status": "strong",
   "confidence": "high"
  },
  "analysis": {
   "family": "bitcoin",
   "intents": [
    "leverage",
    "etf",
    "evidence",
    "institutional"
   ],
   "summary": "Fresh BTC Institutional Demand Intelligence findings appear here."
  },
  "evidence": {
   "assets": [
    "BTC"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "btc-institutional-demand-intelligence",
  "dataStatus": "complete",
  "disclaimer": "General, impersonal market research; not investment advice or a buy, sell or hold recommendation.",
  "provenance": {
   "issuer": "https://edge-agents.ai",
   "signed": true
  },
  "generatedAt": "2026-08-31T00:00:00.000Z",
  "limitations": [
   "Coverage, source freshness and unavailable evidence are stated in every paid report."
  ],
  "schemaVersion": "2.0"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/btc-institutional-demand-intelligence-a326b204/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from pay.edge-agents.ai](https://www.zero.xyz/host/pay.edge-agents.ai/llms.txt)
