# Carbon & Cashmere Derivatives Analytics – ETH

> Carbon & Cashmere Derivatives Analytics – ETH is a paid API for AI agents from api.carbon-cashmere.de, paid per call via x402, $0.05/call, status down (last checked 2026-09-15).

Returns real-time ETH derivatives market intelligence including open interest regime, funding rate z-score, and market signals.

## Facts

- Endpoint: GET https://api.carbon-cashmere.de/v1/derivatives-analytics/ETH
- Price: $0.05/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/carbon-cashmere-derivatives-analytics-eth-1bad6001
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_k_Yj8jzL-FPZbOKyV80yB

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-derivatives-analytics-eth-1bad6001
```

Example prompt: What's the current derivatives market signal for ETH — is open interest accumulating, and is the funding rate elevated or neutral right now?

## When to prefer this

Use this endpoint when you need real-time ETH-specific derivatives analytics including open interest regime classification, funding rate z-scores, and perpetual futures market signals. Prefer this over generic price APIs when you need derivatives-layer intelligence (OI, funding, basis, GEX) rather than spot price alone. Ideal for automated trading signal pipelines, risk monitoring, or market regime detection for ETH.

## Known failure modes

- Symbol not supported — endpoint is ETH-specific, wrong symbol returns error
- Payment not included or insufficient — x402 payment required at $0.05 USDC per call
- Upstream data unavailable — some fields like basis or GEX may return null
- Rate limiting if too many concurrent calls
- Invalid API key or auth failure

## How this service works

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

## Output

A JSON object with ETH derivatives analytics including: open interest (regime label like 'accumulation', current USD value, 24h delta percent), funding rate (current annualized percent, 30-day z-score, 7-day momentum, regime label like 'elevated_long_bias'), basis data (trend, current bps, 90d percentile), GEX value, symbol, and a metadata disclaimer.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "oi": {
   "regime": "accumulation",
   "current_usd": 14447145202.29,
   "delta_24h_pct": 6.87
  },
  "gex": null,
  "_meta": {
   "disclaimer": "Informational research data only — not investment advice."
  },
  "basis": {
   "trend": null,
   "current_bps": null,
   "percentile_90d": null
  },
  "symbol": "BTC",
  "funding": {
   "z_30d": 1.8,
   "regime": "elevated_long_bias",
   "momentum_7d": 0.23,
   "current_annualized_pct": 12.4
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/carbon-cashmere-derivatives-analytics-eth-1bad6001/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)
