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

https://mcp.cryptoquant.com/mcp
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

ResourceWhat it contains
/catalog/catalog.jsonEvery v1 and v2 metric: category, endpoint path, parameters, response field names, and a docs path to the page documenting it
/legacy-redirect-map.jsonMapping from legacy cryptoquant.com/docs#operation/... anchors to pages on this site
/openapi/v1.jsonFull v1 OpenAPI 3.0 spec — 242 endpoints with schemas and examples
/openapi/v2.jsonv2 (preview) OpenAPI spec — curated research indicators
/llms.txt · /llms-full.txtIndex and full content of this documentation

Read any page as Markdown

Append .md to any page URL:
GET /v2/reference/indicators/mvrv-z-score.md

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 while Bull Score < 40 = high-conviction bear signal).
  • Data Guide — definitions, formulas, and interpretation for every v1 metric family (exchange flows, SOPR, MVRV, CDD, …).
  • 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/ (preview)
  • Authentication: Authorization: Bearer {access_token}
  • Every response: { "status": { "code", "message" }, "result": { "window", "data": [...] } }
  • Status & error codes429 means back off; rate limits are per-plan.