# Carbon Cashmere Full On-Chain Bundle

> Carbon Cashmere Full On-Chain Bundle is a paid API for AI agents from api.carbon-cashmere.de, paid per call via x402, $0.1/call, status down (last checked 2026-09-15).

Returns all 5 node-backed L1 analytics in a single call: BTC whale ZMQ stream, BTC fee-market, BTC RBF-pulse, Kaspa block-propagation, and Kaspa mining-economics — sourced from proprietary Bitcoin Core and Rusty-Kaspa nodes.

## Facts

- Endpoint: GET https://api.carbon-cashmere.de/v1/full-onchain
- Price: $0.1/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-carbon-cashmere-de-e4713d4c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5IQPbebQnRfs0Sd7MOUm8

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

Example prompt: Pull the full on-chain bundle from Carbon Cashmere — I want all five analytics at once: Bitcoin whale activity, fee market, RBF pulse, plus Kaspa block propagation and mining economics, all from their own nodes.

## When to prefer this

Choose this endpoint when you need all 5 on-chain analytics (BTC whale stream, BTC fee-market, BTC RBF-pulse, Kaspa block-propagation, Kaspa mining-economics) and want to minimize cost (17% bundle discount) and latency vs. making 5 separate calls. Ideal for research dashboards, automated monitoring agents, or any workflow that consumes multiple L1 metrics simultaneously. Prefer this over individual endpoints when you need the full picture of both Bitcoin and Kaspa network conditions in a single round-trip.

## Known failure modes

- Payment failure (x402): insufficient USDC balance or invalid payment header returns 402
- Node sync lag: if the proprietary node is behind the chain tip, data may be slightly stale
- Rate limiting: excessive calls may result in 429 throttling
- Partial data: one of the 5 sub-analytics fails while others succeed, potentially returning incomplete bundle
- Network timeout: slow node response causes request timeout

## How this service works

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

## Output

A single JSON response containing all 5 node-backed L1 analytics: BTC whale movements from ZMQ stream, BTC fee-market metrics, BTC RBF-pulse indicators, Kaspa block-propagation stats, and Kaspa mining-economics data. Sourced directly from proprietary Bitcoin Core and Rusty-Kaspa nodes with no third-party intermediaries. Costs $0.40 USDC per call (17% discount vs. buying each of the 5 endpoints separately at $0.48 total).

## 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."
  },
  "pricing": {
   "discount_pct": 17,
   "bundle_price_usd": 0.4,
   "separate_components_sum_usd": 0.48
  },
  "components": {
   "btc_whales": {
    "summary": {
     "count": 42
    }
   },
   "btc_rbf_pulse": {
    "rbf": {
     "count": 1247
    }
   },
   "btc_fee_market": {
    "fee_elasticity": 2
   },
   "kaspa_mining_economics": {
    "network_state": {
     "hashrate_thash_node_local": 406
    }
   },
   "kaspa_block_propagation": {
    "block_propagation": {
     "blocks_per_sec": 10.23
    }
   }
  },
  "bundle_name": "full_onchain"
 }
}
```

## More

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