# Carbon Cashmere Crypto Bundle API

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

Returns a comprehensive crypto market intelligence bundle for a single coin, including ML ensemble signals, HMM regime, 34 quantitative features, composite market score, funding rates, orderbook microstructure, news sentiment, Fear & Greed Index, and on-chain data.

## Facts

- Endpoint: GET https://api.carbon-cashmere.de/v1/bundle/:coin
- Price: $0.18/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-carbon-cashmere-de-6c4df470
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZHO2F-uTHSqwg8Yb6u4H4

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-6c4df470
```

Example prompt: Give me the full market intelligence bundle for BTC — ML ensemble signal, HMM regime, Fear & Greed Index, funding rates, orderbook microstructure, news sentiment, and on-chain data all in one shot.

## When to prefer this

Choose this endpoint when you need a comprehensive, all-in-one crypto market intelligence snapshot for a single coin and want to avoid making multiple separate API calls for ML signals, regime, sentiment, on-chain, and orderbook data. Ideal for AI agents performing holistic market research or building dashboards that require multiple data dimensions simultaneously. Prefer individual specialized endpoints if you only need one data type (e.g., just orderbook or just ML signal) to avoid the $0.15 per-call cost for partial data needs.

## Known failure modes

- Unsupported coin ticker returns 400 or validation error — only 34 listed tickers are accepted
- Payment not provided or x402 payment failure results in 402 response
- Upstream data source unavailability may cause partial or degraded response
- Rate limiting or quota exhaustion returns 429
- Network timeout on slow on-chain data fetch

## How this service works

Complete crypto market intelligence bundle in a single API call — ML ensemble probabilities, HMM regime, 34 quantitative features, composite market score, funding rates, orderbook microstructure, news sentiment, Fear & Greed Index, and on-chain data. Covers 34 crypto assets including BTC, ETH, SOL, and 31 more. Comprehensive market research data for AI agents and analytics — informational purposes only, not investment advice.

## Output

A JSON object containing: coin ticker, current price data, ML ensemble signal probabilities (XGBoost/LightGBM/LSTM etc.), HMM market regime, 34 quantitative features, composite market score, Binance funding rates, L2 orderbook microstructure metrics, recent news sentiment array, Fear & Greed Index reading, and on-chain blockchain data — all for the requested cryptocurrency.

## More

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