# AI Rook BTC Strategy Backtest

> AI Rook BTC Strategy Backtest is a paid API for AI agents from agents.ai-rook.com, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-14).

Returns historical backtest results for AI Rook's BTC trading strategies, including win rate, PnL, profit factor, and live status

## Facts

- Endpoint: GET https://agents.ai-rook.com/api/backtest
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ai-rook-btc-strategy-backtest-515e413d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pBv6MB4QofpWzdxt10Twm

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 ai-rook-btc-strategy-backtest-515e413d
```

Example prompt: Pull the backtest results for AI Rook's BTC strategy S7_MODE_B — I want to see the win rate, total PnL, profit factor, and whether it's currently live.

## When to prefer this

Use this endpoint when you need verified historical performance data for AI Rook's BTC trading strategies before committing to signal-following or automated trading. Prefer over generic backtest tools when you specifically want AI Rook strategy metrics with on-chain reputation backing and no API key friction.

## Known failure modes

- Invalid or unrecognized strategy ID returns error or empty result
- Payment failure via x402 if insufficient USDC balance on Base mainnet
- Rate limiting or timeout if the endpoint is under high load
- Stale or cached data if backtest has not been recently recomputed

## How this service works

Live crypto trading intelligence for AI agents — real-time BTC signals, CVD, order flow, and active strategy setups, no API keys or signup. 43 pay-per-call endpoints total: trading data, AI inference (MiniMax M2.7 (456B-parameter Mixture-of-Experts)), web utilities, verification, and ERC-8183 ACP escrow with on-chain ERC-8004 reputation attestation (Agent ID 59646). Four payment rails: USDC on Base mainnet (default), USDC on Solana mainnet, HBAR/USDC on Hedera testnet, USDT on BNB Chain testnet. One free trial call per endpoint. Prices from $0.001/call.

## Output

A JSON object containing the strategy name, timestamp, live status (whether the strategy is currently deployed), and detailed backtest metrics including the period covered, number of trades, win rate, total PnL in USD, and profit factor.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "strategy": "S7_MODE_B",
  "timestamp": "2026-07-22T07:00:00Z",
  "live_status": {
   "currently_live": false
  },
  "backtest_result": {
   "period": "6mo bear market",
   "trades": 762,
   "win_rate": 0.74,
   "total_pnl": 114000,
   "profit_factor": 12.48
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ai-rook-btc-strategy-backtest-515e413d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agents.ai-rook.com](https://www.zero.xyz/host/agents.ai-rook.com/llms.txt)
