# Carbon Cashmere BTC Bundle Dataset

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

Returns a comprehensive BTC data bundle including price, ML signals, orderbook, on-chain metrics, fear/greed index, funding rates, news, and market regime in a single call.

## Facts

- Endpoint: GET https://api.carbon-cashmere.de/v1/bundle/BTC
- Price: $0.15/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-dfff0ca9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qci1eHLCYyyHX7PuJCJsJ

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-dfff0ca9
```

Example prompt: Pull me the full Carbon Cashmere BTC bundle right now — I want the price, ML ensemble signal, orderbook, on-chain metrics, fear and greed index, funding rates, and current market regime all at once.

## When to prefer this

Use this endpoint when you need a comprehensive snapshot of Bitcoin market conditions from a single call rather than assembling multiple separate API calls. Ideal when you want ML signals, price, sentiment, and on-chain data together for trading decision support or market monitoring dashboards.

## Known failure modes

- HTTP 402 if payment is not provided or insufficient USDC balance
- Stale data if upstream data sources are delayed
- Partial bundle if a sub-component (e.g. on-chain node) is temporarily unavailable
- Network timeout if the aggregation takes too long

## How this service works

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

## Output

A rich JSON object containing Bitcoin's current price with percentage changes, ML ensemble trading signal, L2 orderbook microstructure, on-chain metrics, fear/greed index, funding rates, latest news articles, market regime classification, composite market score, and derived features — all aggregated into a single response.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "coin": "BTC",
  "price": {
   "usd": 84532.1,
   "change_24h": -1.2
  },
  "regime": {
   "state": "markup",
   "confidence": 0.82
  },
  "ml_signal": {
   "direction": "up",
   "confidence": 0.24,
   "probability": 0.62
  },
  "fear_greed": {
   "label": "Greed",
   "value": 65
  },
  "market_score": {
   "label": "Bullish",
   "score": 63
  }
 }
}
```

## More

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