# CryptoQuant数据使用指南

## 关于CryptoQuant数据

CryptoQuant提供全面的加密货币交易数据。这包括比特币、以太坊、稳定币及各种ERC20代币的市场数据、链上数据、资金数据及指标。&#x20;

```
Bitcoin/
   ├── Status/                // status of Bitcoin entity
   ├── Exchange-Flows/        // on-chain statistics of exchanges
   ├── Flow-Indicator/        // mpi, whale ratio and other flow indicators
   ├── Market-Indicator/      // stablecoin supply ratio and other market indicators
   ├── Network-Indicator/     // nvt, nvt-golden-cross and other network indicators
   ├── Miner-Flows/           // on-chain statistics of miners
   ├── Inter-Entity-Flows/    // on-chain statistics of flows between entities
   ├── Fund-Data/             // fund related data
   ├── Market-Data/           // price, capitalization
   └── Network-Data/          // general statistics of Bitcoin network

Ethereum/
   ├── Status/                // status of Ethereum entity
   ├── Exchange-Flows/        // on-chain statistics of exchanges
   ├── ETH2.0/                // Ethereum 2.0 statistics
   ├── Fund-Data/             // fund related data
   └── Market-Data/           // price, capitalization, market indicators

Stablecoin/
   ├── Status/                // status of stablecoin entity
   ├── Exchange-Flow/         // on-chain statistics of exchanges
   ├── Market-Data/           // price, capitalization, market indicators
   └── Network-Data/          // USDT, PAXOS, USDC, DAI, TUSD, SAI

ERC20/
   ├── Status/                // status of erc20 entity
   ├── Exchange-Flow/         // on-chain statistics of exchanges
   └── Market-Data/           // price
```

## 什么是链上数据？

![链上数据的发展历程](/files/-MhwYPKNRKpH-36y8oeD)

链上分析为比特币估值提供了新框架，能够帮助交易者洞悉先机。链上数据通过记录在区块链网络上的交易，显示市场活动。通过链上数据，交易者可以看到网络上发生了什么，最终导致了价格的变动。例如，交易所资金流数据让我们可以窥得网络中主要参与者的实际资金流情况。[CryptoQuant](https://userguide.cryptoquant.com/zh/www.cryptoquant.com)致力于提供完整的历史链上数据和市场数据，使您能够深刻理解市场，进而制定出强劲的交易策略。

## 我们为什么需要链上数据？

![比特币/加密货币领域主要参与者资金流](/files/-MhwYRovRng0kWwy6Vjz)

链上数据让交易者可以查看整个区块链生态中发生的有效活动，从而对网络进行正确的估值，而市场价格往往是容易被人操纵的，特别是在加密货币市场上。这些从区块链网络获取的数据就好比传统估值框架中的股票市场的财务报表以及网络估值方法（例如Facebook的社交网络）。

## 如何使用链上数据？

CryptoQuant研究院（CryptoQuant Academy）将在后文对许多**有用的指标和独家数据**进行深入解读，包括含义、计算方法和使用案例。对于加密货币投资而言，链上数据仍然属于早期阶段。我们希望您踏入链上数据的世界，使用独有的指标作出前瞻性的操作，进而有望在加密货币市场中盈利。

{% hint style="info" %}
CryptoQuant研究院目前尚收录所有的指标和数据。我们的研究团队正在着手纳入尚未纳入的部分，从而提供有效的分析。如果您有想要分析的指标和数据，请在“[**意见反馈**](https://cryptoquant.typeform.com/to/U4VeCs00)”页面提交意见表。&#x20;
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://userguide.cryptoquant.com/zh/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
