# Carbon & Cashmere Weekly Crypto Market Report

> Carbon & Cashmere Weekly Crypto Market Report is a paid API for AI agents from api.carbon-cashmere.de, paid per call via x402, $1/call, status unknown (last checked 2026-09-15).

Returns an AI-generated weekly crypto market intelligence report covering executive summary, whale activity, funding trajectory, regime narrative, and rotation/relative strength analysis.

## Facts

- Endpoint: GET https://api.carbon-cashmere.de/v1/weekly-report
- Price: $1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/carbon-cashmere-weekly-crypto-market-report-832d9ce8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4frqO9rVT4XNW8h2BIXJu

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 carbon-cashmere-weekly-crypto-market-report-832d9ce8
```

Example prompt: Can you pull the Carbon & Cashmere weekly crypto market report and give me this week's executive summary, whale activity trend, and regime narrative?

## When to prefer this

Use this endpoint when you need a comprehensive, human-readable weekly narrative digest of crypto market conditions — including regime classification, whale trends, and funding dynamics — rather than raw price ticks or individual signal scores. Prefer over real-time price endpoints when the goal is strategic weekly context or a briefing document, not tactical trade signals. Ideal for weekly digest automation, portfolio review workflows, or feeding structured market narratives into downstream AI reasoning.

## Known failure modes

- Payment not received — x402 payment of 1 USDC required before data is returned
- Report not yet generated for the current week — may return stale or missing week_ending data
- LLM backend unavailable — nvidia/nemotron model outage could delay report generation
- Malformed response if the report generation pipeline fails mid-run
- Rate limiting or access denial if payment authorization is invalid

## How this service works

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

## Output

A structured JSON report containing: an executive summary, funding trajectory, whale activity trend, structural observations, weekly regime narrative, rotation and relative strength sections, the LLM model used, approximate word count (~1350 words), the report type ('weekly'), and the week-ending date. Includes a disclaimer that the content is informational research only, not investment advice.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "_meta": {
   "disclaimer": "Informational research data only — not investment advice."
  },
  "sections": {
   "caveats": "Informational research data only — not investment advice.",
   "executive_summary": "...",
   "funding_trajectory": "...",
   "whale_activity_trend": "...",
   "structural_observations": "...",
   "weekly_regime_narrative": "...",
   "rotation_and_relative_strength": "..."
  },
  "llm_model": "nvidia/nemotron-3-super-120b-a12b:free",
  "word_count": 1350,
  "report_type": "weekly",
  "week_ending": "2026-04-22"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/carbon-cashmere-weekly-crypto-market-report-832d9ce8/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)
