# Carbon Cashmere Multi-Agent Crypto Consensus API

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

Returns accuracy-weighted consensus predictions from 4 independent AI agents for 34 crypto assets, including market regime context and composite market score

## Facts

- Endpoint: GET https://api.carbon-cashmere.de/v1/consensus
- Price: $0.08/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-e2a7e017
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yneFZyX4MrLkSFdGhmIrG

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

Example prompt: What's the current multi-agent AI consensus on BTC, ETH, and SOL — show me the direction, conviction scores, and which agents agree, plus the composite market score?

## When to prefer this

Choose this endpoint when you need a conviction-weighted ensemble view across multiple independent AI agents rather than a single model's output. Ideal for trading bots or research agents that want to reduce single-model bias by aggregating 4 AI agent signals with their historical hit rates. Prefer this over single-model endpoints when breadth across 34 assets and multi-agent agreement is more important than deep per-coin analysis.

## Known failure modes

- No query parameters needed but malformed requests may return 400
- Service may return stale predictions if agent pipeline is delayed
- Truncated response if network timeout occurs
- Asset not found if querying an unsupported coin ticker
- Payment failure if x402 USDC micropayment not processed

## How this service works

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

## Output

A list of up to 34 crypto assets each with a consensus score, directional label (bullish/bearish), agent count, and an array of per-agent predictions including agent name, hit rate, confidence, direction, and timestamp — plus an overall composite market score and market regime context.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "coins": [
   {
    "coin": "BTC",
    "consensus": 0.49,
    "direction": "bullish",
    "agent_count": 4
   }
  ],
  "regime": "distribution",
  "market_score": 46
 }
}
```

## More

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