# Carbon & Cashmere Factor Analytics – ETH

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

Returns multi-factor crypto market analytics for Ethereum including carry, crowding, momentum, volatility regimes, and a composite bullish/bearish score.

## Facts

- Endpoint: GET https://api.carbon-cashmere.de/v1/factor-analytics/ETH
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/carbon-cashmere-factor-analytics-eth-ee4693d3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XAJyYfuVLOtZSBRf-0qzG

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-factor-analytics-eth-ee4693d3
```

Example prompt: What's the current factor analytics breakdown for ETH — I want to know the carry, momentum, crowding, and volatility regimes, and the overall composite market score.

## When to prefer this

Use this endpoint when you need structured quantitative factor signals (carry, momentum, crowding, volatility) for Ethereum specifically, with regime classifications and a composite score, rather than raw price data or unstructured news sentiment. Prefer this over generic price APIs when you need regime-aware, multi-dimensional market intelligence for systematic trading or portfolio monitoring.

## Known failure modes

- Symbol not supported — returns error if a non-tracked asset is requested
- Network timeout — real-time data fetch may fail under high load
- Payment failure — x402 micropayment not accepted, call blocked
- Stale data — upstream market data provider delay may cause outdated factor values
- Malformed response — incomplete factor set if underlying computation partially fails

## How this service works

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

## Output

A JSON object containing per-factor analytics (carry, crowding, momentum, volatility) each with a numeric value and named regime classification, plus a composite_score (0–1 float) and composite_label (e.g. 'bullish_bias_low_vol') summarizing the overall market posture for ETH. Also includes a disclaimer metadata field.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "_meta": {
   "disclaimer": "Informational research data only — not investment advice."
  },
  "symbol": "BTC",
  "factors": {
   "carry": {
    "value": 12.4,
    "regime": "long_paying"
   },
   "crowding": {
    "value": 0.42,
    "regime": "crowded_long"
   },
   "momentum": {
    "value": 0.087,
    "regime": "positive"
   },
   "volatility": {
    "value": 0.48,
    "regime": "compressed",
    "percentile_90d": 0.21
   }
  },
  "composite_label": "bullish_bias_low_vol",
  "composite_score": 0.62
 }
}
```

## More

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