Skip to main content
This page is the map. If you are an AI agent (or building one), everything you need to discover and consume CryptoQuant data is listed here.

Query data directly — MCP server

Connect via Claude.ai connectors, Claude Desktop, Claude Code, or Cursor — setup in the MCP guide. Supports API-key auth (dedicated rate limit) or keyless (shared pool). 245+ metrics across BTC, ETH, TRX, XRP, Stablecoin, ERC20, ALT.

Discover what exists — machine-readable catalogs

Read any page as Markdown

Append .md to any page URL:

Understand what the numbers mean

Raw data without context produces bad analysis. Use these alongside the endpoints:
  • v2 Metric Guides — per-metric interpretation: what it measures, key thresholds, and how to combine signals (e.g. MVRV Z-score below its 365-day MA = high-conviction bear signal).
  • Data Guide — definitions, formulas, and interpretation for every v1 metric family (exchange flows, SOPR, MVRV, CDD, …).
  • Glossary — one-line, answer-first definitions of every key metric with formulas and links.
  • FAQ — common questions on auth, rate limits, data freshness, response format, and MCP.
  • Time Convention — how window, from, to behave, and when end-of-day data becomes final (UTC 01:00).

Call the API

  • Base URLs: https://api.cryptoquant.com/v1/ · https://api.cryptoquant.com/v2/ (beta)
  • Authentication: Authorization: Bearer {access_token}
  • Every response: { "status": { "code", "message" }, "result": { "window", "data": [...] } }
  • Status & error codes429 means back off; rate limits are per-plan.