# Carbon Cashmere BTC/ETH Options Market Intelligence

> Carbon Cashmere BTC/ETH Options Market Intelligence 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-14).

Returns BTC and ETH options market metrics — put/call ratio, at-the-money implied volatility, and max pain distance from spot — refreshed every 15 minutes from Deribit.

## Facts

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

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

Example prompt: What are the current put/call ratio, at-the-money implied volatility, and max pain distance from spot for BTC and ETH options on Deribit right now?

## When to prefer this

Choose this endpoint when you need structured, pre-computed options market intelligence for BTC or ETH without querying Deribit directly — especially useful for volatility regime detection, put/call sentiment analysis, or identifying max pain levels for hedging strategies. Ideal for AI agents that need lightweight, regularly-refreshed options analytics without full order book complexity.

## Known failure modes

- Deribit API unavailability causing stale or missing data
- Rate limiting if called too frequently relative to the 15-minute refresh cycle
- Payment required (402) if x402 USDC payment not included
- Empty data array if options market is closed or illiquid
- Invalid query parameters returning schema validation errors

## How this service works

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

## Output

Returns an array of options market data objects for BTC and/or ETH including: put/call ratio (sentiment indicator), at-the-money implied volatility (IV percentage), and max pain distance from current spot price — all sourced from Deribit and updated every 15 minutes.

## Example request

```json
{
 "query": "{\\\"input\\\": {\\\"type\\\": \\\"http\\\", \\\"method\\\": \\\"GET\\\", \\\"queryParams\\\": {}}}\", "
}
```

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": [
   {
    "coin": "BTC",
    "put_call_ratio": 0.72,
    "implied_vol_atm": 0.48,
    "max_pain_distance": -0.03
   }
  ]
 }
}
```

## More

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