# Carbon Cashmere Single-Coin Deep Intelligence Snapshot

> Carbon Cashmere Single-Coin Deep Intelligence Snapshot is a paid API for AI agents from api.carbon-cashmere.de, paid per call via x402, $0.02/call, status down (last checked 2026-09-14).

Returns a comprehensive ML signal, all technical features, derivatives, and chain-specific data (BTC mempool, ETH beacon, Kaspa/TAO network stats) for a single cryptocurrency in sub-50ms from Redis cache.

## Facts

- Endpoint: GET https://api.carbon-cashmere.de/v1/intel/snapshot/:coin
- Price: $0.02/call
- Payment: x402
- Status: down
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-carbon-cashmere-de-455c707c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Z3JtUb9VKj-L0YDVwanao

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-455c707c
```

Example prompt: Pull a full deep intelligence snapshot for BTC — I want the ML signal, all technical features, and the latest mempool data so I can make a trading decision right now.

## When to prefer this

Use this endpoint when you need a holistic, single-asset intelligence snapshot combining ML signals, full feature sets, derivatives, AND chain-specific data in one call. Prefer this over the dedicated ML signal endpoint when you also need on-chain context (e.g., BTC mempool, ETH beacon chain, TAO/Kaspa network stats). Ideal for trading decision workflows where latency matters and a single Redis-backed call is more efficient than aggregating multiple endpoints.

## Known failure modes

- Unsupported coin ticker returns validation error — only 34 specific coins are supported
- Redis cache miss may increase latency beyond typical sub-50ms
- x402 payment failure if USDC balance is insufficient ($0.02 per call)
- Missing or malformed path parameter :coin returns 400-level error
- Coin ticker provided in lowercase or incorrect format may fail enum validation

## How this service works

Single coin deep intelligence snapshot — ML signal, all features, derivatives, plus chain-specific data (BTC mempool, ETH beacon, Kaspa/TAO network stats). Sub-50ms from Redis. AI agent API for deep single-asset analysis, on-chain intelligence, and trading decisions.

## Output

A comprehensive JSON object containing: coin identifier, ML signal output (buy/sell/hold with confidence), all technical feature values and derivatives, and chain-specific data such as BTC mempool stats, ETH beacon chain status, or Kaspa/TAO network metrics depending on the coin requested.

## More

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