# Carbon Cashmere Agent Decision Pack

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

Returns a comprehensive AI-driven trading decision bundle for a given cryptocurrency, including price, conviction score, market regime, funding rates, derivatives, mempool, whale activity, liquidations, ML signal, Fear & Greed index, risk assessment, and a text recommendation.

## Facts

- Endpoint: GET https://api.carbon-cashmere.de/v1/decision/:coin
- Price: $0.15/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-71fe7bbb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_f6MLU4xzzAuVnYQLVTC9Y

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-71fe7bbb
```

Example prompt: Give me the full Carbon Cashmere decision pack for ETH — I want the conviction score, market regime, ML signal, whale activity, and the text recommendation so I can decide whether to open a position.

## When to prefer this

Use this endpoint when you need a single aggregated call that covers all dimensions of a trading decision — price, sentiment, ML signal, on-chain, derivatives, and risk — rather than calling multiple specialized endpoints individually. Ideal for autonomous trading agents that need a fast, opinionated recommendation with supporting evidence for one of the 34 supported coins.

## Known failure modes

- Unsupported coin ticker returns a 4xx error — only the 34 listed enum values are valid
- Missing or malformed coin path parameter returns a validation error
- Upstream data source unavailability may cause stale or partial data
- Payment failure (x402) if USDC funds are insufficient or wallet not configured
- Rate limiting if too many calls are made in rapid succession

## How this service works

Agent Decision Pack — one API call returns everything: price, conviction score, regime, funding, derivatives, mempool, whales, liquidations, ML signal, Fear & Greed, risk, and a text recommendation. Covers BTC, ETH, SOL, TAO, KAS, XLM. AI agent API for autonomous trading decisions and comprehensive market intelligence.

## Output

A comprehensive JSON object containing: current price data, a conviction score, market regime classification, funding rates, derivatives metrics, mempool stats, whale activity indicators, liquidation data, ML model signal, Fear & Greed index, a risk object, and a plain-text trading recommendation string — all for the requested coin.

## More

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