# Carbon & Cashmere Signal API – SOL Bundle

> Carbon & Cashmere Signal API – SOL Bundle 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-16).

Returns real-time price, ML signal direction, HMM market regime, fear/greed index, and overall market score for Solana (SOL)

## Facts

- Endpoint: GET https://api.carbon-cashmere.de/v1/bundle/SOL
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/carbon-cashmere-signal-api-sol-bundle-3549c79e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_by46wq5rN79nINYRtbWOz

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 carbon-cashmere-signal-api-sol-bundle-3549c79e
```

Example prompt: What's the current Carbon & Cashmere market intelligence bundle for SOL — give me the price, ML signal direction and confidence, market regime, fear/greed reading, and overall market score.

## When to prefer this

Use this endpoint when you need a comprehensive, pre-packaged intelligence bundle for SOL specifically, combining price, ML signals, regime detection, and sentiment in a single call rather than assembling from multiple sources. Prefer this over raw exchange APIs when you want scored, interpreted signals rather than raw tick data.

## Known failure modes

- Invalid coin symbol returns 404 or empty response
- Payment not included or invalid x402 payment header returns 402 Payment Required
- Downstream data source unavailable causes 503 or stale data
- Rate limiting may return 429 if called too frequently
- ML model may return low-confidence signals during low-liquidity periods

## How this service works

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

## Output

A JSON object containing: SOL's current USD price and 24h change percentage; market regime state (e.g. markup/markdown) with confidence score; ML ensemble signal direction (up/down) with confidence and probability; fear/greed index label and numeric value; and an overall market score label (e.g. Bullish) with numeric score.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "coin": "BTC",
  "price": {
   "usd": 84532.1,
   "change_24h": -1.2
  },
  "regime": {
   "state": "markup",
   "confidence": 0.82
  },
  "ml_signal": {
   "direction": "up",
   "confidence": 0.24,
   "probability": 0.62
  },
  "fear_greed": {
   "label": "Greed",
   "value": 65
  },
  "market_score": {
   "label": "Bullish",
   "score": 63
  }
 }
}
```

## More

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