# Carbon Cashmere ML Ensemble Crypto Trading Signal

> Carbon Cashmere ML Ensemble Crypto Trading Signal is a paid API for AI agents from api.carbon-cashmere.de, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Returns AI-powered trading signals (bullish/bearish direction, probability, confidence) for a specific cryptocurrency using a 5-model ML ensemble including XGBoost, LightGBM, LSTM, Adaptive Random Forest, and MetaLearner.

## Facts

- Endpoint: GET https://api.carbon-cashmere.de/v1/signal/:var1
- Price: $0.05/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-89cb75bc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_m-PiGp4SVWrrIeU84aGaI

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-89cb75bc
```

Example prompt: What's the current AI trading signal for ETH — is it bullish or bearish, and how confident is the 5-model ensemble (XGBoost, LightGBM, LSTM, Random Forest, MetaLearner)?

## When to prefer this

Use this endpoint when you need a single, aggregated ML-based directional signal for a supported crypto asset and want model-level breakdown (not just a single model output). Ideal for algorithmic trading agents, quant strategies, or any workflow that benefits from ensemble consensus and per-model agreement rather than raw price data alone.

## Known failure modes

- Unsupported coin symbol returns 404 or error (only BTC, ETH, SOL, TAO, KAS, XLM, QUBIC supported)
- Payment not included or insufficient USDC results in 402 Payment Required
- Missing or malformed path variable :var1 returns 400 Bad Request
- Model inference latency spike may cause timeout
- Market data feed unavailable causes upstream error

## How this service works

Get AI-powered crypto trading signal from 5-model ML ensemble — XGBoost, LightGBM, LSTM neural network, Adaptive Random Forest, and MetaLearner. Returns direction (bullish/bearish), probability, confidence, and per-model agreement for BTC, ETH, SOL, TAO, KAS, XLM, QUBIC. AI agent API for algorithmic trading, ML-based price prediction, and quantitative crypto analysis.

## Output

Returns the trading signal direction (bullish or bearish), an ensemble probability score, an overall confidence value, and per-model agreement breakdown across all 5 ML models for the requested cryptocurrency.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "coin"
 ],
 "properties": {
  "coin": {
   "type": "string",
   "title": "Coin"
  }
 }
}
```

## More

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