# Carbon & Cashmere Signal API – SOL Network Stats

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

Returns real-time Solana network statistics including difficulty, block count, hashrate, and DAG tip count.

## Facts

- Endpoint: GET https://api.carbon-cashmere.de/v1/network/SOL
- Price: $0.02/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-network-stats-8bcca020
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_iiUd0UIWRDalQMZnpfvvM

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-network-stats-8bcca020
```

Example prompt: Can you pull the latest Solana network stats from Carbon & Cashmere — I want to see the current SOL hashrate, block count, and difficulty right now?

## When to prefer this

Use this endpoint when you need live Solana-specific network-layer metrics (hashrate, difficulty, block count, DAG tips) rather than price or trading signals. Prefer this over general market endpoints when the use case is blockchain health monitoring or on-chain analytics for SOL.

## Known failure modes

- Unsupported coin ticker returns 404 or empty response
- Network timeout if blockchain data source is temporarily unavailable
- Payment failure if x402 USDC payment of $0.02 is not included or invalid
- Rate limiting if too many requests are made in a short window

## How this service works

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

## Output

A JSON object containing the coin symbol (SOL), data source identifier, and a metrics block with fields for difficulty, block_count, hashrate_th (terahashes per second), and dag_tip_count.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "coin": "KAS",
  "source": "api",
  "metrics": {
   "difficulty": 4200000000000000,
   "block_count": 98234567,
   "hashrate_th": 401.2,
   "dag_tip_count": 12
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/carbon-cashmere-signal-api-sol-network-stats-8bcca020/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)
