# Introduction

CryptoQuant Data API offers a set of metrics that helps build an understanding of the entire blockchain ecosystem.

```
https://api.cryptoquant.com/v1/

├── 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
│   ├── Miner-Data/                // general statistics of Bitcoin miner 
│   ├── Network-Data/              // general statistics of Bitcoin network
│   ├── Mempool/                   // statistics of Memory pool in Bitcoin network
│   └── Lightning-Network/         // statistics of Lightning Network
├── Ethereum/
│   ├── Status/                    // status of Ethereum entity
│   ├── Exchange-Flows/            // on-chain statistics of exchanges
│   ├── Flow-Indicator/            // entity flow based indicators
│   ├── Market-Indicator/          // Estimated Leverage Ratio
│   ├── ETH2.0/                    // Ethereum 2.0 statistics
│   ├── Fund-Data/                 // fund related data
│   ├── Market-Data/               // price, capitalization, market indicators
│   └── Network-Data/              // general statistics of Ethereum network
├── Xrp/
│   ├── Status/                    // status of Xrp ledger entity
│   ├── Entity-Flows/              // on-chain statistics of Xrp ledger entity
│   ├── Flow-Indicator/            // supply ratio, estimated leverage ratio and other indicators
│   ├── Market-Data/               // price, capitalization and others
│   ├── Network-Data/              // general statistics of XRP network
│   ├── Network-Indicator/         // nvt and other network indicators
│   ├── DEX-Data/                  // general statistics of XRP DEX
│   └── AMM-Data/                  // general statistics of XRP AMM
├── TRX/
│   ├── Market-Data/               // price, capitalization and others
│   ├── Network-Data/              // general statistics of TRX network
│   ├── DEFI/                      // DEFI related data
├── Stablecoin/
│   ├── Status/                    // status of stablecoin entity
│   ├── Exchange-Flows/            // on-chain statistics of exchanges
│   ├── Flow-Indicator/            // exchange flow and other flow indicators
│   ├── Market-Data/               // price, capitalization, market indicators
│   └── Network-Data/              // USDT, USDP, USDC, DAI, TUSD, SAI
├── ERC20/
│   ├── Status/                    // status of erc20 entity
│   ├── Exchange-Flows/            // on-chain statistics of exchanges
│   ├── Flow-Indicator/            // entity flow based indicators
│   ├── Market-Data/               // price
│   └── Network-Data/              // general statistics of ERC20 tokens
└── Alt/
│   └── Market-Data/               // price
```


---

# 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/api/introduction.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.
