# Kronos Signals BTC Full Snapshot

> Kronos Signals BTC Full Snapshot is a paid API for AI agents from kronossignals.com, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-14).

Returns a comprehensive Bitcoin market snapshot including real-time Binance spot price, derivatives data (funding rate, OI, basis from Bybit/OKX), ML price forecasts, and BTC-specific market regime alerts in a single paid call.

## Facts

- Endpoint: GET https://kronossignals.com/api/v1/snapshot/btc
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kronos-signals-btc-full-snapshot-9363d136
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_iTq-Up1SZa27WE_OoC094

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 kronos-signals-btc-full-snapshot-9363d136
```

Example prompt: Pull me a full Bitcoin snapshot right now — spot price from Binance, funding rate and open interest from Bybit and OKX, the current market regime alert, and the ML price forecast, all in one shot.

## When to prefer this

Choose this endpoint when you need a complete BTC market picture — spot price, derivatives signals, regime alerts, and ML forecast — in a single low-cost call. It is more economical than calling derivatives, forecast, and regime endpoints separately ($0.04 vs $0.05+ à la carte). Ideal for trading bots and AI agents that need a comprehensive BTC context snapshot before making decisions.

## Known failure modes

- Payment not included or insufficient — 402 Payment Required returned
- Upstream exchange (Binance/Bybit/OKX) data temporarily unavailable — partial or stale response
- Rate limit exceeded — too many calls in short window
- Invalid endpoint path — 404 if asset symbol not supported
- Network timeout if exchanges are slow to respond

## How this service works

Full crypto asset snapshot in one call (all 16 assets): real-time Binance spot price, derivatives (funding rate, OI, basis from Bybit/OKX perp), market regime alerts (BTC only). FORECASTS: BTC/ETH/SOL only (Kronos ML coverage). DERIVATIVES DATA: all 16 assets. Bundle replaces 3 separate paid calls — $0.08 vs $0.09 à la carte. For AI agents & trading bots. Live track record at /api/stats: ~54% hit over 15k+ scored forecasts, not a backtest.

## Output

A JSON object containing: real-time BTC spot price (Binance), derivatives data (funding rate, open interest, basis from Bybit/OKX perps), BTC-specific market regime alerts (volatility squeeze, breakout, funding-rate extremes), and Kronos ML price forecasts — bundled into a single response replacing three separate paid API calls, priced at $0.04 USDC via x402.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "as_of": "2026-07-02T10:00:00.000Z",
  "asset": "BTC-USD",
  "price": 107500,
  "regime": {
   "available": true,
   "active_alerts": [],
   "current_state": {
    "read": "BTC: neutral funding; no regime alerts in the last 2h. Heuristic only.",
    "funding_rate": 0.0001,
    "open_interest": 84320.15
   }
  },
  "forecast": {
   "model": "kronos-base-60path-t1-v2",
   "horizon": "1h",
   "up_prob": 0.62,
   "available": true,
   "range_low": 106300,
   "range_high": 108700,
   "expected_close": 107620.5
  },
  "disclaimer": "Bundle of derivatives heuristics + Kronos ML forecast. Not financial advice.",
  "derivatives": {
   "read": "Positive funding (10.9% ann.) — longs paying shorts. Heuristic only.",
   "basis": 0.000186,
   "available": true,
   "mark_price": 107510,
   "funding_rate": 0.0001,
   "funding_trend": "flat",
   "open_interest": 84320.15,
   "funding_rate_annualized": 0.1095
  },
  "price_source": "Binance spot"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/kronos-signals-btc-full-snapshot-9363d136/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kronossignals.com](https://www.zero.xyz/host/kronossignals.com/llms.txt)
