# Carbon Cashmere Daily Crypto Market Research Digest

> Carbon Cashmere Daily Crypto Market Research Digest is a paid API for AI agents from api.carbon-cashmere.de, paid per call via x402, $0.25/call, status down (last checked 2026-09-15).

Returns an LLM-generated 500-700 word daily crypto market research digest covering regime classification, top movers, BTC derivatives positioning, on-chain indicators, and funding rate extremes across 32+ coins.

## Facts

- Endpoint: GET https://api.carbon-cashmere.de/v1/daily-report
- Price: $0.25/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-carbon-cashmere-de-3d7cadd0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_d5FsMA8IkAGjopDz2iwPH

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 api-carbon-cashmere-de-3d7cadd0
```

Example prompt: Can you pull today's crypto market research digest — I want the executive summary, current regime classification, top 24h movers, BTC derivatives positioning, and any funding rate extremes flagged?

## When to prefer this

Use this endpoint when you need a comprehensive, human-readable daily narrative digest of crypto market conditions — regime, movers, derivatives, and on-chain — rather than raw numeric data. Prefer it over raw price or orderbook endpoints when the goal is a synthesized research summary for briefing or decision support.

## Known failure modes

- Cached response may be up to 12 hours stale — not suitable for real-time trading decisions
- Service unavailable or 5xx if upstream data providers fail
- Payment required (402) if x402 USDC payment not included
- Empty or incomplete report sections if LLM generation fails mid-run
- Rate limiting if called too frequently within the cache window

## How this service works

Professional crypto market intelligence. Real-time prices, signals, and market scoring.

## Output

A structured 500-700 word report with six sections: executive_summary (high-level market takeaway), regime_context (bull/bear/ranging classification), top_movers_analysis (top 24h gainers/losers across 32+ coins), derivatives_highlights (BTC futures and options positioning), onchain_observations (on-chain pulse metrics), and caveats (data limitations and disclaimer). Cached for 12 hours.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "date": "2026-04-22",
  "_meta": {
   "disclaimer": "Informational research data only — not investment advice."
  },
  "sections": {
   "caveats": "Informational research data only — not investment advice.",
   "regime_context": "...",
   "executive_summary": "...",
   "top_movers_analysis": "...",
   "onchain_observations": "...",
   "derivatives_highlights": "..."
  },
  "llm_model": "nvidia/nemotron-3-super-120b-a12b:free",
  "word_count": 580,
  "report_type": "daily"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-carbon-cashmere-de-3d7cadd0/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.carbon-cashmere.de](https://www.zero.xyz/host/api.carbon-cashmere.de/llms.txt)
