{
  "v": 1,
  "requestId": "02505ccf-5ff6-47ca-8a90-7b8bad94e51a",
  "chainId": 1,
  "window": {
    "toBlock": 26033603,
    "fromBlock": 26019300,
    "toBlockHash": "0x7f533e47b546ee10ec79ac5e7877533673ea55bc1b554c815483472ec3873a44"
  },
  "answerType": "bool",
  "answer": true,
  "definitions": {
    "market": "Coinbase Exchange BTC-USD spot candles; prices are actual USD, not a stablecoin pair, derivative, index, or another venue.",
    "timezone": "CET is fixed UTC+01:00. September 21, 2026 is the half-open UTC interval [2026-09-20T23:00:00Z, 2026-09-21T23:00:00Z).",
    "data": "Coinbase candle rows are [time, low, high, open, close, volume]. I used 300-second candles, deduplicated by bucket start, and retained only starts in the half-open interval.",
    "touch": "Inclusive range crossing: true iff at least one retained candle has low <= 85000.00 <= high. This does not assert a trade at exactly 85000.00 cents.",
    "coverage": "Complete means every expected five-minute bucket is present exactly once and consecutive; 288 are required for this 24-hour interval."
  },
  "recipe": {
    "kind": "panel",
    "source": "https://api.exchange.coinbase.com/products/BTC-USD/candles?start=2026-09-20T23%3A00%3A00Z&end=2026-09-21T23%3A00%3A00Z&granularity=300"
  },
  "notes": "Retrieved 2026-09-22T14:39:02Z from Coinbase Exchange BTC-USD spot. Primary data URL: https://api.exchange.coinbase.com/products/BTC-USD/candles?start=2026-09-20T23%3A00%3A00Z&end=2026-09-21T23%3A00%3A00Z&granularity=300. Coinbase returned 289 rows because the end-boundary bucket was included; after filtering starts to [2026-09-20T23:00:00Z, 2026-09-21T23:00:00Z), there were 288 unique, consecutive 300-second buckets from 2026-09-20T23:00:00Z through 2026-09-21T22:55:00Z, with no gaps. Exact-decimal interval low=80837.42 at 2026-09-21T01:55:00Z and high=87397.00 at 2026-09-21T20:25:00Z. A retained bucket at 2026-09-21T09:35:00Z had low=84661.51 and high=85257.00, so 84661.51 <= 85000.00 <= 85257.00 and the boolean is true. Hourly cross-check URL: https://api.exchange.coinbase.com/products/BTC-USD/candles?start=2026-09-20T23%3A00%3A00Z&end=2026-09-21T23%3A00%3A00Z&granularity=3600; filtering its 25 returned rows yielded 24 consecutive buckets, low=80837.42 at 2026-09-21T01:00:00Z and high=87397.00 at 2026-09-21T20:00:00Z. Formula: any(filtered candle low <= 85000.00 <= high)."
}
