# CryptoQuant API > On-chain data, market data, and aggregate blockchain statistics through simple and powerful endpoints. ## Get Started ### Getting Started - [CryptoQuant API](https://docs.cryptoquant.com/index.md): Simple and powerful endpoints for on-chain data, market data, and aggregate blockchain statistics. - [Quickstart](https://docs.cryptoquant.com/guides/quickstart.md): Make your first CryptoQuant API call. - [Authentication](https://docs.cryptoquant.com/guides/authentication.md): Authenticate requests with a Bearer token or an api_key query parameter. - [Vibe Quants](https://docs.cryptoquant.com/guides/vibe-quants.md): Join Vibe Quants — CryptoQuant's community of builders turning on-chain ideas into research-grade indicators that ship straight into the API. ### Concepts - [Plans & Limits](https://docs.cryptoquant.com/guides/plans-and-limits.md): Which endpoints each plan can call, at what resolution, and how far back. - [Time Convention](https://docs.cryptoquant.com/guides/time-convention.md): How the window, from, and to parameters control data aggregation intervals. - [Data Latency](https://docs.cryptoquant.com/guides/data-latency.md): How fresh each metric is — append /latency to any v1 endpoint to see block and process delay. - [Status & Error Codes](https://docs.cryptoquant.com/guides/status-codes.md): Every response includes a status object indicating success or the cause of an error. - [API Credits](https://docs.cryptoquant.com/guides/api-credits.md): How API credits are granted each month, how much a call costs, and how top-up credits keep your calls running. - [On-Chain Metrics Glossary](https://docs.cryptoquant.com/guides/glossary.md): Plain-language definitions of every key CryptoQuant metric — MVRV, SOPR, NVT, CDD, exchange reserve, netflow, funding rate, NUPL, and more — with formulas and links to full guides. - [Frequently Asked Questions](https://docs.cryptoquant.com/guides/faq.md): Answers to common questions about the CryptoQuant API — authentication, rate limits, credits, data freshness, supported assets, response format, pricing, and the MCP server. ### AI Tools - [For AI Agents](https://docs.cryptoquant.com/guides/for-ai-agents.md): Single entry point for AI agents: MCP server, machine-readable catalogs, OpenAPI specs, and raw Markdown access. - [MCP Server](https://docs.cryptoquant.com/guides/mcp-server.md): Connect Claude, Cursor, or any MCP client to CryptoQuant's 245+ on-chain metrics through the Model Context Protocol — query MVRV, SOPR, exchange flows, and more in natural language. - [Remote MCP (Recommended)](https://docs.cryptoquant.com/guides/mcp-remote.md): The easiest way to connect to CryptoQuant's MCP server — add the hosted URL as a connector in Claude.ai, Claude Desktop, or your AI client, no install required. - [Local MCP Installation](https://docs.cryptoquant.com/guides/mcp-local.md): Install the CryptoQuant MCP server locally for Claude Desktop, Claude Code, or Cursor by editing your MCP config file — for developers integrating into their own workflows. - [API v1 (243 pages)](https://docs.cryptoquant.com/_llms/api-v1.md): Documentation for API v1. ## API v2 ### API v2 - [API v2 Overview](https://docs.cryptoquant.com/v2/overview.md): What's new in CryptoQuant API v2 — community indicators and market data endpoints in one curated layer. - [v2 Community Metric Catalog](https://docs.cryptoquant.com/v2/catalog.md): Community-built indicator metrics available in API v2 — endpoints, response fields, and interpretation guides. ### Market Data - [Market Data Overview](https://docs.cryptoquant.com/v2/market/overview.md): Exchange-level and CryptoQuant-aggregated spot & derivatives data in API v2 — OHLCV, trade, funding rate, open interest, and liquidation. - [Exchange Spot OHLCV](https://docs.cryptoquant.com/v2/market/exchange-spot-ohlcv.md): Open / high / low / close prices with base- and quote-denominated volume, aggregated into `day`, `hour`, `10min`, or `min` candles. - [Exchange Swap OHLCV](https://docs.cryptoquant.com/v2/market/exchange-swap-ohlcv.md): Open / high / low / close prices with base- and quote-denominated volume, aggregated into `day`, `hour`, `10min`, or `min` candles. - [CQ Aggregated Spot OHLCV](https://docs.cryptoquant.com/v2/market/cq-spot-ohlcv.md): Open / high / low / close prices with base- and quote-denominated volume, aggregated into `day`, `hour`, `10min`, or `min` candles. - [CQ Aggregated Swap OHLCV](https://docs.cryptoquant.com/v2/market/cq-swap-ohlcv.md): Open / high / low / close prices with base- and quote-denominated volume, aggregated into `day`, `hour`, `10min`, or `min` candles. - [Exchange Spot Trade](https://docs.cryptoquant.com/v2/market/exchange-spot-trade.md): Per-interval trade statistics — trade count, base/quote volume, taker buy/sell breakdown, VWAP, and buy/sell ratios. - [Exchange Swap Trade](https://docs.cryptoquant.com/v2/market/exchange-swap-trade.md): Per-interval trade statistics — trade count, base/quote volume, taker buy/sell breakdown, VWAP, and buy/sell ratios. - [CQ Aggregated Spot Trade](https://docs.cryptoquant.com/v2/market/cq-spot-trade.md): Per-interval trade statistics — trade count, base/quote volume, taker buy/sell breakdown, VWAP, and buy/sell ratios. - [CQ Aggregated Swap Trade](https://docs.cryptoquant.com/v2/market/cq-swap-trade.md): Per-interval trade statistics — trade count, base/quote volume, taker buy/sell breakdown, VWAP, and buy/sell ratios. - [Exchange Swap Funding Rate](https://docs.cryptoquant.com/v2/market/exchange-swap-funding-rate.md): Perpetual-swap funding rate — the periodic payment between long and short positions that anchors the perpetual price to the spot index. Positive = longs pay shorts (bullish leverage); negative = shorts pay longs. - [CQ Aggregated Swap Funding Rate](https://docs.cryptoquant.com/v2/market/cq-swap-funding-rate.md): Perpetual-swap funding rate — the periodic payment between long and short positions that anchors the perpetual price to the spot index. Positive = longs pay shorts (bullish leverage); negative = shorts pay longs. - [Exchange Swap Open Interest](https://docs.cryptoquant.com/v2/market/exchange-swap-open-interest.md): Total notional value of outstanding perpetual/futures contracts. Rising open interest signals new leverage entering the market; falling open interest signals positions closing or being liquidated. - [CQ Aggregated Swap Open Interest](https://docs.cryptoquant.com/v2/market/cq-swap-open-interest.md): Total notional value of outstanding perpetual/futures contracts. Rising open interest signals new leverage entering the market; falling open interest signals positions closing or being liquidated. - [Exchange Swap Liquidation](https://docs.cryptoquant.com/v2/market/exchange-swap-liquidation.md): Forced-liquidation activity — count and volume of long/short positions closed by exchanges when margin is exhausted, in both base asset and USD, plus the average liquidation price. - [CQ Aggregated Swap Liquidation](https://docs.cryptoquant.com/v2/market/cq-swap-liquidation.md): Forced-liquidation activity — count and volume of long/short positions closed by exchanges when margin is exhausted, in both base asset and USD, plus the average liquidation price. - [List Active Exchanges](https://docs.cryptoquant.com/v2/market/info-exchanges.md): Discover which exchanges are active and what market data each one supports. - [List Active Symbols](https://docs.cryptoquant.com/v2/market/info-symbols.md): Discover the active trading symbols for a market endpoint. ### Community-built Indicators - [Apparent Demand Growth 30-days](https://docs.cryptoquant.com/v2/community/bitcoin-apparent-demand.md): The 30-day change in Bitcoin Spot Demand, The 1-year change in Bitcoin Spot Demand - [ETF Bitcoin Demand 30-days](https://docs.cryptoquant.com/v2/community/bitcoin-etf-demand.md): The 30-day and 1-year Bitcoin purchase from US-based ETFs - [MVRV Z-score](https://docs.cryptoquant.com/v2/community/bitcoin-mvrv-z-score.md): The Z-score of Bitcoin's MVRV Ratio - [On-chain Trader Realized Price bands](https://docs.cryptoquant.com/v2/community/bitcoin-trader-realized-price.md): The on-chain realized price of Bitcoin between 1 to 3 months old, including the max, upper, lower and min price bands. - [Bitcoin Metcalfe's Price](https://docs.cryptoquant.com/v2/community/bitcoin-metcalfe-price.md): Bitcoin price valuation based on Metcalfe's model following the formula A*Active addresses^ 2. Each band represents a different value of A (3, 2, 1, 0.5, 0.25, 0.1 and 0.04) - [On-chain Trader Unrealized Profit/Loss Margin](https://docs.cryptoquant.com/v2/community/bitcoin-trader-unrealized-profit-margin.md): The unrealized profit/loss margin (%) of Bitcoin between 1 to 3 months old. - [Realized Net Profit and Loss](https://docs.cryptoquant.com/v2/community/bitcoin-realized-profit-loss.md): The net realized profit or loss of Bitcoin sellers in USD and BTC in daily, monthly and yearly windows. - [OP Return Count](https://docs.cryptoquant.com/v2/community/bitcoin-op-return-count.md): The total amount of OP Return codes in Bitcoin transactions - [Satoshi-era miner](https://docs.cryptoquant.com/v2/community/bitcoin-satoshi-era-miner.md): The flow, reserves, and active addresses count of Satoshi-era miner addresses. Flow and reserve data in BTC and USD terms. - [PnL Index](https://docs.cryptoquant.com/v2/community/bitcoin-pnl-index.md): CryptoQuant's P&L Index uses the MVRV ratio, NUPL and LTH/STH SOPR to build a single bitcoin valuation indicator. - [Bull-Bear Market Indicator](https://docs.cryptoquant.com/v2/community/bitcoin-bull-bear-indicator.md): The bull/bear market cycle indicator is a momentum metric. It measures the difference between the P&L Index and its 365-day moving average. ## Indicator API ### Alpha Indicator API - [Indicator API Overview](https://docs.cryptoquant.com/indicator-api/overview.md): The Alpha Library indicator set, organized by asset class — Bitcoin on-chain/technical signals and computed Korean equity fundamentals. - [Authentication](https://docs.cryptoquant.com/indicator-api/authentication.md): Use a CryptoQuant API key to access Indicator API series endpoints. - [Crypto Indicators (Bitcoin)](https://docs.cryptoquant.com/indicator-api/crypto.md): On-chain, technical, and consensus indicators behind the Alpha Library Bitcoin heatmap, each mapped to the API endpoint or formula that produces it. - [Analyst Consensus Index](https://docs.cryptoquant.com/indicator-api/consensus.md): Daily net bullish-vs-bearish balance of tracked crypto analysts, served through the Alpha Indicator API for CryptoQuant Premium plan users. - [KRX Equities](https://docs.cryptoquant.com/indicator-api/equities.md): Computed Korean equity indicators served through the Alpha Indicator API. - [Equity Metrics](https://docs.cryptoquant.com/indicator-api/equity-metrics.md): Metric ids currently available for KRX equity series endpoints. - [Errors](https://docs.cryptoquant.com/indicator-api/errors.md): Authentication and lookup errors returned by the Indicator API. ## Data Catalog ### Metric Catalog - [Catalog Overview](https://docs.cryptoquant.com/catalog/overview.md): Browse every metric available in the CryptoQuant API, organized by asset and category. - [Bitcoin (BTC)](https://docs.cryptoquant.com/catalog/btc.md): All BTC metrics available in the CryptoQuant API — endpoints, parameters, response fields, and data latency. - [Ethereum (ETH)](https://docs.cryptoquant.com/catalog/eth.md): All ETH metrics available in the CryptoQuant API — endpoints, parameters, response fields, and data latency. - [XRP Ledger (XRP)](https://docs.cryptoquant.com/catalog/xrp.md): All XRP metrics available in the CryptoQuant API — endpoints, parameters, response fields, and data latency. - [TRON (TRX)](https://docs.cryptoquant.com/catalog/trx.md): All TRX metrics available in the CryptoQuant API — endpoints, parameters, response fields, and data latency. - [Stablecoins](https://docs.cryptoquant.com/catalog/stablecoin.md): All Stablecoin metrics available in the CryptoQuant API — endpoints, parameters, response fields, and data latency. - [ERC-20 tokens](https://docs.cryptoquant.com/catalog/erc20.md): All ERC-20 metrics available in the CryptoQuant API — endpoints, parameters, response fields, and data latency. - [Altcoins](https://docs.cryptoquant.com/catalog/alt.md): All Altcoins metrics available in the CryptoQuant API — endpoints, parameters, response fields, and data latency. ### Reference - [Supported Assets](https://docs.cryptoquant.com/catalog/supported-assets.md): Every asset covered by the CryptoQuant API — BTC, ETH, XRP, TRX, BNB, SOL, stablecoins, ERC20 tokens, and more — with their symbols and categories. - [Supported Stablecoin List](https://docs.cryptoquant.com/catalog/supported-stablecoins.md): Tokens supported by the CryptoQuant API. - [Supported ERC20 List](https://docs.cryptoquant.com/catalog/supported-erc20-tokens.md): Tokens supported by the CryptoQuant API. - [Supported Alt List](https://docs.cryptoquant.com/catalog/supported-alt-coins.md): Tokens supported by the CryptoQuant API. ## Data Guide ### Exchange Flows/Indicators - [Exchange Flows/Indicators](https://docs.cryptoquant.com/data-guide/exchange.md): Entry into Exchange flow/indicator - [Exchange In/Outflow and Netflow](https://docs.cryptoquant.com/data-guide/exchange/exchange-in-outflow-and-netflow.md): Exchange inflow is defined as the amount of coins deposited into exchange wallets. Exchange outflow is the amount withdrawn from exchange wallets. Exchange Inflow - Outflow = Netflow. - [Exchange Reserve](https://docs.cryptoquant.com/data-guide/exchange/exchange-reserve.md): The total amount of coins held in the exchange addresses. - [Exchange to Exchange](https://docs.cryptoquant.com/data-guide/exchange/exchange-to-exchange.md): The total amount of coins transferred from exchange to other exchange wallets. - [Exchange Addresses Count](https://docs.cryptoquant.com/data-guide/exchange/exchange-addresses-count.md): The number of unique addresses making inflow/outflow transactions of exchanges. - [Exchange Transactions Count](https://docs.cryptoquant.com/data-guide/exchange/exchange-transactions-count.md): The total number of deposits/withdrawals transactions of the exchange. - [Fund Flow Ratio](https://docs.cryptoquant.com/data-guide/exchange/fund-flow-ratio.md): The total BTC amount flowing into or out of exchange divided by the total BTC amount transferred on the whole Bitcoin network. - [Exchange Supply Ratio](https://docs.cryptoquant.com/data-guide/exchange/exchange-supply-ratio.md): Exchange Supply Ratio is calculated as the exchange reserve divided by the total supply. - [Exchange Inflow CDD](https://docs.cryptoquant.com/data-guide/exchange/exchange-inflow-cdd.md): This indicator is a noise-removed version of CDD with respect to exchange dumping signal - [Exchange Inflow - Spent Output Age Bands](https://docs.cryptoquant.com/data-guide/exchange/exchange-inflow-spent-output-age-bands.md): Exchange Inflow - Spent Output Age Bands is a set of all spent outputs that were created within a specified age band which flowed into exchange wallets. - [Exchange Inflow - Spent Output Value Bands](https://docs.cryptoquant.com/data-guide/exchange/exchange-inflow-spent-output-value-bands.md): Exchange Inflow - Spent Output Value Bands shows the distribution of all spent outputs flowed into exchange wallets according to its value. ### Miner Flows/Indicators - [Miner Flows/Indicators](https://docs.cryptoquant.com/data-guide/miner.md): Entry into Miner flow/indicator - [Miner Outflow](https://docs.cryptoquant.com/data-guide/miner/miner-outflow.md): The outflow of Bitcoin from mining pool wallets. We define mining pool wallets in our metrics as all participants in the mining pool including individual miners. - [Miner to Exchange](https://docs.cryptoquant.com/data-guide/miner/miner-to-exchange.md): The total amount of coins transferred from mining pool to exchange wallets. - [Miners' Position Index (MPI)](https://docs.cryptoquant.com/data-guide/miner/miners-position-index.md): Miners' Position Index (MPI) is defined as the ratio of the number of all miners' outflows in USD divided by 365 days moving average of it. - [Miner Supply Ratio](https://docs.cryptoquant.com/data-guide/miner/miner-supply-ratio.md): Miner Supply Ratio is calculated as the miner reserve divided by the total supply. ### UTxO Data/Indicators - [UTxO Data/Indicators](https://docs.cryptoquant.com/data-guide/utxo.md): Entry into UTxO data/indicators - [Profit and Loss (UTxO)](https://docs.cryptoquant.com/data-guide/utxo/profit-and-loss-utxo.md): The number of UTxOs being in profit or loss by comparing the price between created and destroyed - [Profit and Loss (Supply)](https://docs.cryptoquant.com/data-guide/utxo/profit-and-loss-supply.md): Profit and Loss (Supply) evaluates the sum of UTxOs being in profit or not by comparing the price between created and destroyed - [Coin Days Destroyed (CDD)](https://docs.cryptoquant.com/data-guide/utxo/coin-days-destroyed-cdd.md): When UTxO is destroyed, Coin Days Destroyed (CDD) is calculated as the sum value of the number of days between created and spent multiplied by the UTxO amount. - [Binary CDD](https://docs.cryptoquant.com/data-guide/utxo/binary-cdd.md): Binary CDD is binary value and if Supply Adjusted Coin Days Destroyed (Supply-Adjusted CDD) is larger than average Supply-Adjusted CDD, Binary Coin Days points to '1', and '0' if not - [Mean Coin Age (MCA)](https://docs.cryptoquant.com/data-guide/utxo/mean-coin-age-mca.md): Mean Coin Age is the mean value of products of coins unspent transaction output alive days and its value. - [Sum Coin Age (SCA)](https://docs.cryptoquant.com/data-guide/utxo/sum-coin-age-sca.md): Sum Coin Age ( SCA ) is the sum value of products of coins unspent transaction output alive days and its value. - [Sum Coin Age Distribution (SCA Distribution)](https://docs.cryptoquant.com/data-guide/utxo/sum-coin-age-distribution-sca-distribution.md): Sum Coin Age Distribution(SCA Distribution) shows the distribution of Long-Term Holder and Short-Term Holder with UTxO data - [Spent Output Profit Ratio (SOPR)](https://docs.cryptoquant.com/data-guide/utxo/spent-output-profit-ratio-sopr.md): Spent Output Profit Ratio (SOPR) evaluates the profit ratio of the whole market participants by comparing the value of outputs at the spent time to created time. - [Net Unrealized Profit/Loss (NUPL)](https://docs.cryptoquant.com/data-guide/utxo/net-unrealized-profit-and-loss-nupl.md): Net Unrealized Profit and Loss (NUPL) is the difference between market cap and realized cap divided by market cap. - [UTXO Bands (Age)](https://docs.cryptoquant.com/data-guide/utxo/utxo-bands-age.md): UTXO Age Bands group all active supply by how long ago coins last moved, letting you separate long-term holder behavior from short-term traders. - [UTXO Bands (Value)](https://docs.cryptoquant.com/data-guide/utxo/utxo-bands-value.md): UTXO Value Bands group all UTXOs by their value, letting you distinguish whale-sized holdings from retail-sized coins across the supply. - [aSOPR (Adjusted SOPR)](https://docs.cryptoquant.com/data-guide/utxo/spent-output-profit-ratio-sopr/asopr-adjusted-sopr.md): Adjusted Spent Output Profit Ratio (aSOPR) is a ratio of spent outputs (lived more than an hour) in profit at the time of the window. - [STH-SOPR](https://docs.cryptoquant.com/data-guide/utxo/spent-output-profit-ratio-sopr/sth-sopr.md): Short Term Output Profit Ratio (STH-SOPR) is a ratio of spent outputs (alive more than 1 hour and less than 155 days) in profit at the time of the window. - [LTH-SOPR](https://docs.cryptoquant.com/data-guide/utxo/spent-output-profit-ratio-sopr/lth-sopr.md): Long Term Holder Spent Output Profit Ratio (LTH-SOPR) is a ratio of spent outputs (lived more than 155 days) in profit at the time of the window. - [SOPR Ratio (LTH-SOPR/STH-SOPR)](https://docs.cryptoquant.com/data-guide/utxo/spent-output-profit-ratio-sopr/sopr-ratio-lth-sopr-sth-sopr.md): SOPR Ratio is calculated as long-term holders' SOPR divided by short-term holders' SOPR. - [UTXO Age Bands](https://docs.cryptoquant.com/data-guide/utxo/utxo-bands-age/utxo-age-bands.md): UTXO Age Bands is a set of all active supply that were last moved within a specified age band. - [Realized Cap - UTXO Age Bands](https://docs.cryptoquant.com/data-guide/utxo/utxo-bands-age/realized-cap-utxo-age-bands.md): Realized Cap - UTXO Age Bands shows the distribution of realized cap of a specified age band - [Realized Price - UTXO Age Bands](https://docs.cryptoquant.com/data-guide/utxo/utxo-bands-age/realized-price-utxo-age-bands.md): UTxO Realized Price Age Distribution is a set of realized prices along with age bands. - [UTXO Count - Age Bands](https://docs.cryptoquant.com/data-guide/utxo/utxo-bands-age/utxo-count-age-bands.md): UTXO Count - Age Bands shows the number of UTXOs that were last moved within a specified age band. - [Spent Output Age Bands](https://docs.cryptoquant.com/data-guide/utxo/utxo-bands-age/spent-output-age-bands.md): Spent Output Age Bands is a set of all spent outputs that were created within a specified age band. - [UTXO Value Bands](https://docs.cryptoquant.com/data-guide/utxo/utxo-bands-value/utxo-value-bands.md): UTXO Value Bands shows the distribution of all UTXOs according to its value. - [Realized Cap - UTXO Value Bands USD](https://docs.cryptoquant.com/data-guide/utxo/utxo-bands-value/realized-cap-utxo-value-bands-usd.md): Realized Cap - UTXO Value Bands show the distribution of realized cap of a specified value band. - [UTXO Count - Value Bands](https://docs.cryptoquant.com/data-guide/utxo/utxo-bands-value/utxo-count-value-bands.md): UTXO Count - Value Bands shows the distribution of the number of UTXOs according to its value. - [Spent Output Value Bands](https://docs.cryptoquant.com/data-guide/utxo/utxo-bands-value/spent-output-value-bands.md): Spent Output Value Bands show the distribution of all spent outputs according to its value. ### Market Data/Indicators - [Market Data/Indicators](https://docs.cryptoquant.com/data-guide/market.md): Entry into Market Data/Indicators - [Open Interest](https://docs.cryptoquant.com/data-guide/market/open-interest.md): Open interest is defined as the amount of open positions (including both long and short positions) currently on a derivative exchange's BTC/USD trading pairs. - [Funding Rates](https://docs.cryptoquant.com/data-guide/market/funding-rates.md): Funding rates are periodic payments between traders to make the perpetual futures contract price close to the index price. - [Estimated Leverage Ratio](https://docs.cryptoquant.com/data-guide/market/estimated-leverage-ratio.md): Estimated Leverage Ratio (ELR) is defined as the ratio of open interest divided by the reserve of an exchange - [Taker Buy Sell Volume/Ratio](https://docs.cryptoquant.com/data-guide/market/taker-buy-sell-volume-ratio.md): Understanding Taker Buy Sell Volume/Ratio involves discerning if the order taker is a buyer or seller based on ask or bid prices, distinguishing long volume from taker seller volume. - [Capitalization models](https://docs.cryptoquant.com/data-guide/market/capitalization-models.md): Alternative capitalization models to market price. - [Realized Price](https://docs.cryptoquant.com/data-guide/market/realized-price.md): Realized Price is calculated as Realized Cap divided by the total coin supply. - [Exchange Whale Ratio](https://docs.cryptoquant.com/data-guide/market/exchange-whale-ratio.md): The total BTC amount of top 10 transactions (in terms of total BTC sent) divided by the total BTC amount flowing into exchange. - [MVRV (Market Value to Realized Value) Ratio](https://docs.cryptoquant.com/data-guide/market/mvrv-ratio.md): MVRV (Market Value to Realized Value) ratio is defined as an asset's market capitalization divided by realized capitalization. ### Network Indicators - [Network Indicators](https://docs.cryptoquant.com/data-guide/network.md): Network valuation indicators — NVT Ratio, NVT Golden Cross, Puell Multiple, Stock-to-Flow, and NVM Ratio — that value a blockchain against its on-chain activity. - [NVT Ratio](https://docs.cryptoquant.com/data-guide/network/nvt-ratio.md): Defined as the ratio of market capitalization divided by transacted volume in the specified window. - [NVT Golden Cross](https://docs.cryptoquant.com/data-guide/network/nvt-golden-cross.md): NVT Golden Cross (NVT GC) is a Bollinger-band-like signaling indicator based on NVT, defined as the following equation - [Puell Multiple](https://docs.cryptoquant.com/data-guide/network/puell-multiple.md): Puell Multiple is defined as the ratio of the daily value of the issued coin in USD divided by 365 days moving average of the daily value of issued coins in USD. - [Stock to Flow Ratio](https://docs.cryptoquant.com/data-guide/network/stock-to-flow-ratio.md): Stock to Flow Ratio is defined as a ratio of currently circulating coins divided by newly supplied coins. - [Stock to Flow Reversion](https://docs.cryptoquant.com/data-guide/network/stock-to-flow-reversion.md): Stock to Flow (SF) Reversion is defined as a ratio of the price of BTC divided by SF ratio. - [NVM Ratio](https://docs.cryptoquant.com/data-guide/network/nvm-ratio.md): Network Value to Metcalfe Ratio (NVM Ratio) is defined as the ratio of the log of market capitalization divided by the log of the square of daily active addresses in the specified window. ### Stablecoin - [Stablecoin Exchange Flows/Indicators](https://docs.cryptoquant.com/data-guide/stablecoin.md): Entry into Stablecoin data/indicators - [Stablecoin Network Data](https://docs.cryptoquant.com/data-guide/stablecoin/stablecoin-network-data.md): Details about stablecoin issuing mechanism - [Stablecoin Exchange In/Outflow & Netflow](https://docs.cryptoquant.com/data-guide/stablecoin/stablecoin-exchange-in-outflow-and-netflow.md): Stablecoin Exchange Inflow is defined as an amount of Stablecoin deposited into the exchange wallets. Exchange Outflow is defined as an amount of Stablecoin withdrawal from the exchange wallets. - [Stablecoin Exchange Reserve](https://docs.cryptoquant.com/data-guide/stablecoin/stablecoins-exchange-reserve.md): The amount of the stablecoins held in the exchange addresses. - [Stablecoin Exchange Addresses Count](https://docs.cryptoquant.com/data-guide/stablecoin/stablecoin-exchange-addresses-count.md): The number of unique addresses making inflow/outflow transactions of exchanges. - [Stablecoin Exchange Transactions Count](https://docs.cryptoquant.com/data-guide/stablecoin/stablecoin-exchange-transactions-count.md): The total number of deposits/withdrawals transactions of the exchange. - [Stablecoins Ratio](https://docs.cryptoquant.com/data-guide/stablecoin/stablecoins-ratio.md): BTC reserve divided by all stablecoins reserve held by an exchange. This usually indicates potential sell pressure. - [Stablecoin Supply Ratio (SSR)](https://docs.cryptoquant.com/data-guide/stablecoin/stablecoin-supply-ratio.md): Stablecoin Supply Ratio (SSR) is defined as a ratio of the Market Cap of BTC divided by the Market Cap of all Stablecoins. ### Fund Data & Premium - [Fund Data & Premium](https://docs.cryptoquant.com/data-guide/fund-premium.md): Fund and premium indicators — Grayscale GBTC/ETHE holdings and premiums, Coinbase Premium, Korea Premium Index, and Bank Supply Ratio — that gauge institutional and regional demand. - [Grayscale Bitcoin Trust (GBTC)](https://docs.cryptoquant.com/data-guide/fund-premium/grayscale-bitcoin-trust-gbtc.md): Grayscale Bitcoin Trust (GBTC) holdings and premium data — a proxy for institutional U.S. demand for indirect Bitcoin exposure through a regulated security. - [Grayscale Ethereum Trust (ETHE)](https://docs.cryptoquant.com/data-guide/fund-premium/grayscale-ethereum-trust-ethe.md): Grayscale Ethereum Trust (ETHE) holdings and premium data — a proxy for institutional U.S. demand for indirect Ethereum exposure through a regulated security. - [Coinbase Premium](https://docs.cryptoquant.com/data-guide/fund-premium/coinbase-premium.md): Coinbase Premium is the gap between Coinbase Pro price (USD pair) and Binance price(USDT pair) - [Korea Premium Index](https://docs.cryptoquant.com/data-guide/fund-premium/korea-premium-index.md): Korea Premium Index is the percent difference between the market price of Korean exchanges and other exchanges - [Bank Supply Ratio](https://docs.cryptoquant.com/data-guide/fund-premium/bank-supply-ratio.md): Bank Supply Ratio is calculated as the bank reserve divided by the total supply. - [GBTC Digital Asset Holdings](https://docs.cryptoquant.com/data-guide/fund-premium/grayscale-bitcoin-trust-gbtc/gbtc-digital-asset-holdings.md): Grayscale BTC Holdings represents how much BTC Grayscale is holding for its investment. It is calculated by multiplying GBTC's shares outstanding and assets per share. - [GBTC Premium or Discount](https://docs.cryptoquant.com/data-guide/fund-premium/grayscale-bitcoin-trust-gbtc/gbtc-premium-or-discount.md): The percent difference between the market price (GBTC) and native asset value (BTC). Higher the premium indicates the U.S. bull market. - [ETHE Digital Asset Holdings](https://docs.cryptoquant.com/data-guide/fund-premium/grayscale-ethereum-trust-ethe/ethe-digital-asset-holdings.md): How much ETH the Grayscale Ethereum Trust holds, calculated as shares outstanding times assets per share — a gauge of stock-market sentiment toward ETH. - [ETHE Premium or Discount](https://docs.cryptoquant.com/data-guide/fund-premium/grayscale-ethereum-trust-ethe/ethe-premium-or-discount.md): The percent difference between the ETHE market price and the value of the ETH it represents — a high premium signals U.S. bullishness, a discount signals bearishness. ## Changelog - [Changelog](https://docs.cryptoquant.com/guides/changelog.md): API updates — new indicators, features, and fixes. ## Other - [CLAUDE](https://docs.cryptoquant.com/CLAUDE.md) - [DEV REQUESTS](https://docs.cryptoquant.com/DEV-REQUESTS.md) ## OpenAPI Specs - [v1](/openapi/v1.json) - [v2-market](/openapi/v2-market.json) - [v2](/openapi/v2.json) > The links below point to documentation indexes. Follow each `/_llms/` index recursively until you reach documentation pages. ## Indexes - [API v1 (243 pages)](https://docs.cryptoquant.com/_llms/api-v1.md): Documentation for API v1.