# Carbon Cashmere Crypto Research Deep-Dive

> Carbon Cashmere Crypto Research Deep-Dive is a paid API for AI agents from api.carbon-cashmere.de, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-14).

Returns an LLM-generated 600-900 word research report on a single cryptocurrency, covering 30-day price action, range analysis, derivatives positioning, volatility, technical state, and structural notes.

## Facts

- Endpoint: GET https://api.carbon-cashmere.de/v1/research/:coin
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-carbon-cashmere-de-788946d8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zoHGw22_lza4FoNp1uhil

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-788946d8
```

Example prompt: Give me a full research deep-dive on Solana — I want the 30-day price action context, range analysis, derivatives positioning with funding and open interest, volatility observations, and the current technical state all in one report.

## When to prefer this

Use this endpoint when you need a comprehensive, narrative-style multi-section research brief on a single coin rather than raw metrics or a trading signal. It is ideal for generating human-readable context about price action, derivatives positioning, and technical state in one call. Prefer this over the ML trading signal endpoint when you want explanatory research rather than a directional signal, and over the price endpoint when you need structured analytical context rather than just numbers.

## Known failure modes

- Unsupported coin symbol returns an error or empty response
- Cache may serve data up to 6 hours old, which may not reflect rapid market moves
- LLM generation errors could result in incomplete or malformed sections
- High demand may cause latency spikes beyond the typical fast profile
- Payment failure (x402) blocks the request before generation

## How this service works

LLM-generated per-coin research deep-dive: 30-day price action context, 30d range analysis, derivatives positioning (funding + OI), volatility observations, technical state, structural notes. 600-900 words across 6 sections. Symbol passed as path param (e.g. /v1/research/BTC). Cached 6h. Informational research data only — not investment advice.

## Output

A 600-900 word LLM-generated research report divided into 6 sections: 30-day price action context, 30-day range analysis, derivatives positioning (funding rate + open interest), volatility observations, technical state, and structural notes. Cached for 6 hours. Returned as informational research data, explicitly not investment advice.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-carbon-cashmere-de-788946d8/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)
