Skip to main content
The Alpha Library Bitcoin heatmap is built from three kinds of indicators:
  • On-chain valuation & demand — served directly by the core CryptoQuant Data API.
  • Technical — computed in-app from the Bitcoin daily close series (no dedicated endpoint).
  • Consensus — analyst sentiment served by a third party (unbias.fyi), billed separately.
Each row is z-scored over a trailing multi-year window before it is colored on the heatmap (green = bull/buy regime, red = bear/sell regime). The tables below map every indicator to the endpoint or formula that produces its raw input.

Base URL & request shape

On-chain rows are GET requests against the core CryptoQuant Data API:
On-chain indicator values are paywalled and require a CryptoQuant API key. The Alpha Library itself exposes metadata only — signal values are never returned without authentication.

On-chain indicators

Served by the core CryptoQuant Data API. The heatmap reads the listed response fields.

Technical indicators

Computed in-app from the Bitcoin daily close (close of GET /v1/btc/market-data/price-ohlcv). They are not served as dedicated endpoints — the formula is shown in place of a path.

Consensus indicator

Served by unbias.fyi, a separate API from CryptoQuant with its own key and billing.
The Analyst Consensus Index is provided by unbias.fyi — see unbias.fyi/docs/api for its API key and pricing. It is not part of the CryptoQuant API.

Metadata catalog

The value-free metadata for every Alpha Library indicator (ids, names, meanings, categories) is public:
This catalog never returns signal values — it is for discovery, indexing, and agent context only.