Skip to main content
The CryptoQuant Data API provides simple and powerful endpoints to get information on general transaction data and aggregate on-chain statistics straight from the blockchain.
API root endpoint
https://api.cryptoquant.com/v1/

Quickstart

Make your first API call in under a minute.

Authentication

Authenticate with a Bearer access token or an api_key query parameter.

API Reference

Every endpoint with parameters, response schemas, and runnable examples.

Metric Catalog

Browse all metrics by asset — endpoints, parameters, and response fields at a glance.

Data Guide

Definitions, formulas, and interpretation for every metric — MVRV, SOPR, exchange flows, and more.

MCP Server

Connect Claude, Cursor, or any MCP client to CryptoQuant data with one URL.

Supported assets

AssetCategories
BitcoinStatus, Exchange Flows, Flow Indicator, Market Indicator, Network Indicator, Miner Flows, Inter Entity Flows, Fund Data, Market Data, Miner Data, Network Data, Mempool, Lightning Network
EthereumStatus, Exchange Flows, Flow Indicator, Market Indicator, ETH 2.0, Fund Data, Market Data, Network Data
XRPStatus, Entity Flows, Flow Indicator, Market Data, Network Data, Network Indicator, DEX Data, AMM Data
TRXMarket Data, Network Data, DeFi
StablecoinStatus, Exchange Flows, Flow Indicator, Market Data, Network Data
ERC20Status, Exchange Flows, Flow Indicator, Market Data, Network Data
AltMarket Data

Built for AI agents

This documentation is designed to be consumed by AI agents as well as humans:
  • MCP server — point any MCP client at https://mcp.cryptoquant.com/mcp to query CryptoQuant data directly. See the setup guide.
  • Append .md to any page URL to get raw Markdown.
  • /llms.txt and /llms-full.txt expose the full docs index and content.
  • The complete metric catalog is available as machine-readable JSON: /catalog/catalog.json.
  • The full OpenAPI specification: /openapi/v1.json.