# Carbon & Cashmere Signal API – SOL Research Report

> Carbon & Cashmere Signal API – SOL Research Report is a paid API for AI agents from api.carbon-cashmere.de, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-15).

Returns a structured professional crypto research report for Solana (SOL), including technical state, volatility regime, price action context, derivatives positioning, and a 30-day data snapshot.

## Facts

- Endpoint: GET https://api.carbon-cashmere.de/v1/research/SOL
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/carbon-cashmere-signal-api-sol-research-report-157d75f6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ONMeLBa5D_lxqFfZOm0K2

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-signal-api-sol-research-report-157d75f6
```

Example prompt: Pull the Carbon & Cashmere professional research report for SOL — I want the executive summary, current technical state, volatility regime, and the 30-day price data snapshot.

## When to prefer this

Use this endpoint when you need a comprehensive, narrative-style professional research report for Solana specifically, including qualitative sections like executive summary and structural notes alongside quantitative price data. Prefer this over raw price feeds when the user wants interpreted market intelligence rather than just a number. Choose this over the full bundle endpoint when only SOL analysis is needed and cost efficiency matters.

## Known failure modes

- Symbol not supported — endpoint is hardcoded to SOL; other tickers would require a different URL path
- Payment not received or invalid x402 payment header — returns 402 Payment Required
- Upstream market data unavailable — partial or empty sections in the report
- Rate limiting — too many calls in a short window may be throttled
- Stale data — snapshot may lag real-time prices by seconds to minutes

## How this service works

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

## Output

A JSON object containing a full research report for SOL with sections covering executive summary, technical state, volatility regime, price action context, derivatives positioning, structural notes, and caveats, plus a data snapshot with current price, 30-day high/low, and 30-day percent change. Also includes word count and report type metadata, and a disclaimer that the data is informational only.

## 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",
  "sections": {
   "caveats": "Informational research data only — not investment advice.",
   "technical_state": "...",
   "structural_notes": "...",
   "executive_summary": "...",
   "volatility_regime": "...",
   "price_action_context": "...",
   "derivatives_positioning": "..."
  },
  "word_count": 780,
  "report_type": "coin_research",
  "data_snapshot": {
   "low_30d": 68200,
   "high_30d": 82100,
   "price_now": 78842,
   "change_30d_pct": 11.28
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/carbon-cashmere-signal-api-sol-research-report-157d75f6/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)
