# Carbon Cashmere Oracle Divergence API

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

Returns spread statistics and threshold exceedance history comparing Pyth oracle prices against CoinGecko spot prices for a given cryptocurrency.

## Facts

- Endpoint: GET https://api.carbon-cashmere.de/v1/oracle-divergence/:coin
- Price: $0.15/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-a83c1cc6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_D-Ak6ICQXrDsFYZ2T0zn6

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

Example prompt: What's the current price divergence between the Pyth oracle and CoinGecko spot price for ETH — show me the spread stats and any recent threshold exceedances?

## When to prefer this

Use this endpoint when you need to detect discrepancies between on-chain Pyth oracle prices and CoinGecko spot prices for a specific cryptocurrency — ideal for oracle arbitrage signal detection, data quality monitoring, or flagging potential oracle manipulation or lag. Prefer this over raw price feeds when you specifically need the differential/spread between oracle and CEX/aggregator spot data.

## Known failure modes

- Coin not in the supported 28-coin list returns a 404 or error response
- Upstream Pyth or CoinGecko data unavailability may cause stale or missing stats
- Invalid coin identifier format returns a validation error
- Network timeout or service downtime returns a 5xx error

## How this service works

Pyth oracle vs CoinGecko spot divergence per coin. Returns spread stats and recent threshold exceedances. Use cases: oracle arbitrage signal, data quality alerts. 28 coins. Informational only.

## Output

Returns spread statistics (mean, min, max, standard deviation of divergence) between Pyth oracle price and CoinGecko spot price for the specified coin, along with a history of recent events where the divergence exceeded defined thresholds. Covers 28 supported coins. Informational only, no trading execution.

## More

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