# Data API

- [MCP Server (Beta)](https://userguide.cryptoquant.com/api/mcp-server-beta.md): Guide for connecting on-chain analytics data for AI agents.
- [Remote MCP (Recommended)](https://userguide.cryptoquant.com/api/mcp-server-beta/remote-mcp-recommended.md)
- [Local MCP Installation Guide](https://userguide.cryptoquant.com/api/mcp-server-beta/local-mcp-installation-guide.md)
- [Changelog](https://userguide.cryptoquant.com/api/changelog.md)
- [Introduction](https://userguide.cryptoquant.com/api/introduction.md)
- [Status Object](https://userguide.cryptoquant.com/api/introduction/status-object.md)
- [Status and Error Codes](https://userguide.cryptoquant.com/api/introduction/status-and-error-codes.md)
- [Authentication](https://userguide.cryptoquant.com/api/authentication.md)
- [Example](https://userguide.cryptoquant.com/api/authentication/example.md)
- [Time Convention](https://userguide.cryptoquant.com/api/time-convention.md)
- [Available Endpoints](https://userguide.cryptoquant.com/api/available-endpoints.md)
- [BTC Entity Status](https://userguide.cryptoquant.com/api/btc-entity-status.md)
- [BTC Network Data](https://userguide.cryptoquant.com/api/btc-network-data.md)
- [BTC Market Data](https://userguide.cryptoquant.com/api/btc-market-data.md)
- [BTC Fund Data](https://userguide.cryptoquant.com/api/btc-fund-data.md)
- [BTC Exchange Flows](https://userguide.cryptoquant.com/api/btc-exchange-flows.md)
- [BTC Miner Flows](https://userguide.cryptoquant.com/api/btc-miner-flows.md)
- [BTC Inter Entity Flows](https://userguide.cryptoquant.com/api/btc-inter-entity-flows.md)
- [BTC Network Indicator](https://userguide.cryptoquant.com/api/btc-network-indicator.md)
- [BTC Market Indicator](https://userguide.cryptoquant.com/api/btc-market-indicator.md)
- [BTC Mempool Statistics](https://userguide.cryptoquant.com/api/btc-mempool-statistics.md)
- [BTC Lightning Network Statistics](https://userguide.cryptoquant.com/api/btc-lightning-network-statistics.md)
- [BTC Flow Indicator](https://userguide.cryptoquant.com/api/btc-flow-indicator.md)
- [BTC Miner Data](https://userguide.cryptoquant.com/api/btc-miner-data.md)
- [ETH Entity Status](https://userguide.cryptoquant.com/api/eth-entity-status.md)
- [ETH Network Data](https://userguide.cryptoquant.com/api/eth-network-data.md)
- [ETH Exchange Flows](https://userguide.cryptoquant.com/api/eth-exchange-flows.md)
- [ETH Market Data](https://userguide.cryptoquant.com/api/eth-market-data.md)
- [ETH Market Indicator](https://userguide.cryptoquant.com/api/eth-market-indicator.md)
- [ETH Flow Indicator](https://userguide.cryptoquant.com/api/eth-flow-indicator.md)
- [ETH Fund Data](https://userguide.cryptoquant.com/api/eth-fund-data.md)
- [ETH 2.0](https://userguide.cryptoquant.com/api/eth-2.0.md)
- [Stablecoin Entity Status](https://userguide.cryptoquant.com/api/stablecoin-entity-status.md)
- [Stablecoin Exchange Flows](https://userguide.cryptoquant.com/api/stablecoin-exchange-flows.md)
- [Stablecoin Network Data](https://userguide.cryptoquant.com/api/stablecoin-network-data.md)
- [Stablecoin Market Data](https://userguide.cryptoquant.com/api/stablecoin-market-data.md)
- [Stablecoin Flow Indicator](https://userguide.cryptoquant.com/api/stablecoin-flow-indicator.md)
- [ERC20 Entity Status](https://userguide.cryptoquant.com/api/erc20-entity-status.md)
- [ERC20 Exchange Flows](https://userguide.cryptoquant.com/api/erc20-exchange-flows.md)
- [ERC20 Market Data](https://userguide.cryptoquant.com/api/erc20-market-data.md)
- [ERC20 Flow Indicator](https://userguide.cryptoquant.com/api/erc20-flow-indicator.md)
- [Alt Market Data](https://userguide.cryptoquant.com/api/alt-market-data.md)
- [XRP Entity Flows](https://userguide.cryptoquant.com/api/xrp-entity-flows.md)
- [XRP Flow Indicator](https://userguide.cryptoquant.com/api/xrp-flow-indicator.md)
- [XRP Market Data](https://userguide.cryptoquant.com/api/xrp-market-data.md)
- [XRP Network Data](https://userguide.cryptoquant.com/api/xrp-network-data.md)
- [XRP Network Indicator](https://userguide.cryptoquant.com/api/xrp-network-indicator.md)
- [XRP Dex Data](https://userguide.cryptoquant.com/api/xrp-dex-data.md)
- [XRP AMM Data](https://userguide.cryptoquant.com/api/xrp-amm-data.md)
- [TRX Market Data](https://userguide.cryptoquant.com/api/trx-market-data.md)
- [TRX Network Data](https://userguide.cryptoquant.com/api/trx-network-data.md)
- [Models](https://userguide.cryptoquant.com/api/models.md)


---

# 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.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.
