# Carbon & Cashmere Derivatives Analytics – SOL

> Carbon & Cashmere Derivatives Analytics – SOL 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 derivatives market intelligence for Solana (SOL) including open interest regime, funding rate z-score, basis trend, and GEX data.

## Facts

- Endpoint: GET https://api.carbon-cashmere.de/v1/derivatives-analytics/SOL
- 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-sol-3a3b89a5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VBvJRaCdR4KGc8hs-tZpp

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-sol-3a3b89a5
```

Example prompt: Pull the latest derivatives analytics for SOL — I want to know the open interest regime, current funding rate and its 30-day z-score, and whether the market is showing a long or short bias right now.

## When to prefer this

Use this endpoint when you need structured, pre-computed derivatives signals for SOL specifically — open interest regime classification, funding z-scores, and basis analytics — rather than raw price feeds or spot data. Ideal for agents building trading dashboards, risk monitors, or regime-aware strategies that need derivatives context beyond simple price.

## Known failure modes

- Symbol not supported or path mismatch — 404 or empty response
- Payment not attached or insufficient — 402 payment required
- Upstream data unavailable — null fields for basis or GEX
- Rate limit exceeded — 429 too many requests
- Stale or missing market data during low-liquidity periods

## How this service works

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

## Output

A JSON object containing: open interest regime classification (e.g. 'accumulation'), current OI in USD, 24h OI delta %, funding rate (annualized % and 30d z-score), funding momentum (7d), funding regime label (e.g. 'elevated_long_bias'), basis trend, basis in bps, basis 90d percentile, and GEX value. Includes a disclaimer that data is informational only.

## 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-sol-3a3b89a5/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)
