# Carbon & Cashmere Proven Track Record Signal API

> Carbon & Cashmere Proven Track Record Signal API 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-15).

Returns verified ML-driven BTC trading strategy performance data including win/loss statistics, balance, and broker-verified track record from a live FTMO prop trading challenge.

## Facts

- Endpoint: GET https://api.carbon-cashmere.de/v1/proven-track-record
- Price: $0.05/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-proven-track-record-signal-api-285ed5e5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7JDLZd_HxVGuSeoXYYtd5

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-proven-track-record-signal-api-285ed5e5
```

Example prompt: Pull up the Carbon & Cashmere proven track record — I want to see the current FTMO challenge status, the win rate, profit factor, and live account balance for their BTC ML strategy.

## When to prefer this

Use this endpoint when you need independently broker-verified trading performance data for the Carbon & Cashmere BTC ML strategy, specifically the FTMO prop challenge outcome, live balance, and granular trade statistics. Prefer this over generic market data endpoints when the goal is to assess or display a proven track record with regulatory context (regulated broker, WebSocket-sourced balance).

## Known failure modes

- Redis cache stale or unavailable — data may be older than 15 minutes
- cTrader WebSocket disconnected — live balance may not reflect latest trades
- FTMO account data temporarily inaccessible — partial or empty response returned
- Payment not included or invalid — x402 payment required error
- Rate limiting or authorization failure — HTTP 402 or 403 returned

## How this service works

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

## Output

Returns a JSON object with: strategy description (ML ensemble + TA confluence, long-only BTC), FTMO challenge outcome (PASSED, % return, start/current balance, broker PnL), trade statistics (wins, losses, win rate, avg win/loss, profit factor, max drawdown, longest win streak, avg trade duration), exit reason breakdown, and broker verification metadata sourced from a Redis-cached cTrader WebSocket feed refreshed every 15 minutes.

## 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."
  },
  "strategy": {
   "description": "ML ensemble + TA-confluence entry, adaptive exit",
   "asset_universe": [
    "BTC"
   ],
   "direction_bias": "long_only"
  },
  "challenge": {
   "broker": "FTMO (regulated prop firm)",
   "status": "PASSED",
   "pct_return": 5.0413,
   "target_reached": true,
   "start_balance_usd": 100000,
   "current_balance_usd": 105041.3,
   "broker_reported_pnl_usd": 5041.3,
   "challenge_duration_days": 4.88
  },
  "verification": {
   "broker_name": "FTMO",
   "broker_regulated": true,
   "data_source_balance": "Redis cc:ftmo:live (cTrader WebSocket, 15min-fresh)"
  },
  "trade_statistics": {
   "wins": 13,
   "losses": 3,
   "win_rate": 0.8125,
   "avg_win_usd": 152.97,
   "avg_loss_usd": -176.04,
   "total_trades": 16,
   "profit_factor": 3.77,
   "longest_win_streak": 7,
   "internal_total_pnl_usd": 1455.34,
   "avg_trade_duration_hours": 18.4,
   "max_drawdown_usd_internal": 515.69
  },
  "exit_reason_breakdown": {
   "horizon_expired": 1,
   "TA_exit_early_lock": 3,
   "broker_stop_take_profit": 12
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/carbon-cashmere-proven-track-record-signal-api-285ed5e5/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)
