# oracle.comprehensive-report — Consolidated Crypto Market Report

> oracle.comprehensive-report — Consolidated Crypto Market Report is a paid API for AI agents from api.craigmbrown.com, paid per call via x402, $0.2/call, status unknown (last checked 2026-09-15).

Delivers a single consolidated market/asset report combining price, volatility, sentiment, and arbitrage data for one ticker across multiple venues, with cryptographic proof of delivery.

## Facts

- Endpoint: POST https://api.craigmbrown.com/v1/services/oracle.comprehensive-report
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/oracle-comprehensive-report-consolidated-crypto-market-report-215c991d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pE_RRPb994CEpR7fJaNVZ

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 oracle-comprehensive-report-consolidated-crypto-market-report-215c991d -d '<json body>'
```

Example prompt: Can you pull a full consolidated market report for SOL — covering current price, volatility, sentiment, and any cross-venue arbitrage opportunities — and give me the whole picture in one shot?

## When to prefer this

Choose this endpoint when you need a broad, multi-dimensional market snapshot for a single crypto asset in one call — covering price, volatility, sentiment, and arbitrage simultaneously — rather than calling multiple specialized oracles separately. It is narrower and cheaper than compliance-grade audit endpoints (like security.massat-audit) but broader than any single-signal oracle. Best when you need a verifiable, settled proof of delivery alongside the data.

## Known failure modes

- Invalid or unrecognized ticker symbol returns empty or error findings
- Upstream venue data unavailable causes incomplete report with missing signal types
- Payment not settled causes report not to be delivered
- Malformed prompt input may yield generic or empty summary
- HMAC proof generation failure may indicate settlement issue

## How this service works

Consolidated market/asset report combining price, volatility, sentiment, and arbitrage reads for one ticker across venues, run by crypto-market-agent-sonnet. Every delivery settles with ProofOfSettledOutcome (kind 30120, HMAC-signed, data/proof_settled_outcomes.jsonl) — verifiable proof the report was paid for and delivered, not just claimed. Broader scope than any single oracle.* SKU below; narrower and cheaper than security.massat-audit's compliance-grade evidence.

## Output

Returns a JSON object with a 'summary' string and a 'findings' array of strings covering price, volatility, sentiment, and arbitrage data across venues. Also includes a ProofOfSettledOutcome (kind 30120, HMAC-signed) written to data/proof_settled_outcomes.jsonl, verifying the report was paid for and delivered.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "schema": {
  "type": "object",
  "properties": {
   "summary": {
    "type": "string"
   },
   "findings": {
    "type": "array",
    "items": {
     "type": "string"
    }
   }
  }
 },
 "example": {
  "summary": "..."
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/oracle-comprehensive-report-consolidated-crypto-market-report-215c991d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.craigmbrown.com](https://www.zero.xyz/host/api.craigmbrown.com/llms.txt)
