# Carbon Cashmere Market Anomaly Signals API

> Carbon Cashmere Market Anomaly Signals API is a paid API for AI agents from api.carbon-cashmere.de, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns real-time market anomaly metrics across 16 quantitative categories including funding rate extremes, liquidation density, volume irregularities, price spikes, open interest divergence, and correlation breakdowns for crypto assets.

## Facts

- Endpoint: GET https://api.carbon-cashmere.de/v1/signals
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-carbon-cashmere-de-fe6b0aae
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_RCsESX3gbF049V8yanJ8y

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

Example prompt: Show me the high-severity market anomalies for BTC right now — specifically funding rate extremes and liquidation density signals.

## When to prefer this

Choose this endpoint when you need real-time, multi-category anomaly detection across crypto markets with structured severity and type filtering — especially for quantitative research pipelines, AI agent-based market surveillance, or when you need to identify confluence of multiple anomaly types simultaneously. Prefer over generic OHLCV or indicator endpoints when the specific goal is anomaly/outlier detection rather than trend following.

## Known failure modes

- Invalid or unsupported symbol returns empty results or 404
- Unknown anomaly type filter returns error or empty array
- Severity filter value outside allowed enum returns validation error
- Payment not processed (x402 payment required) returns 402 status
- Rate limit exceeded returns 429 status
- No anomalies currently detected returns empty array with 200 status

## How this service works

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

## Output

A list of real-time anomaly signal objects across up to 16 quantitative categories, each with a type label (e.g. funding_rate_extreme, liquidation_density, volume_irregularity, price_spike, open_interest_divergence, correlation_breakdown, confluence), severity rating, symbol, and metric values. Results are filterable by anomaly type, severity, and coin symbol.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "count": 12,
  "signals": [
   {
    "symbol": "BTC",
    "severity": "high",
    "signal_type": "confluence"
   }
  ]
 }
}
```

## More

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