# Carbon Cashmere BTC Conviction Metric

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

Returns a multi-factor conviction score for Bitcoin including tier, direction, and component breakdowns (consensus, confluence, ML anomaly, market extremity, threshold breaches).

## Facts

- Endpoint: GET https://api.carbon-cashmere.de/v1/conviction/BTC
- Price: $0.03/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-7ae51ca7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cOqzBh-VS_Df9HN54J43C

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

Example prompt: What's the current conviction score for Bitcoin — is the market leaning bullish or bearish, and how strong is the signal across consensus, ML anomaly, and confluence components?

## When to prefer this

Use this endpoint when you need a single, pre-computed multi-factor conviction score specifically for Bitcoin, combining ML ensemble, market extremity, consensus, and confluence signals into one weighted metric. Prefer this over raw price or signal endpoints when you want an interpretable directional assessment with a tier label rather than raw model probabilities.

## Known failure modes

- Service unavailable or upstream data feed issues returning 5xx
- Payment not processed or x402 payment failure blocking access
- Stale data if signals haven't updated recently (check updated_at field)
- Rate limiting if too many requests in a short period

## How this service works

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

## Output

A JSON object containing: coin (BTC), tier (e.g. 'medium'), integer score (0-100), direction (e.g. 'bearish'), and a components breakdown with weighted sub-scores for consensus, confluence, ML anomaly, market extremity, and threshold breaches, plus an updated_at timestamp.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "coin": "BTC",
  "tier": "medium",
  "score": 62,
  "direction": "bullish",
  "components": {
   "consensus": 0.49,
   "extremity": 0.3
  }
 }
}
```

## More

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