Query data directly — MCP server
Discover what exists — machine-readable catalogs
| Resource | What it contains |
|---|---|
/catalog/catalog.json | Every v1 and v2 metric: category, endpoint path, parameters, response field names, and a docs path to the page documenting it |
/legacy-redirect-map.json | Mapping from legacy cryptoquant.com/docs#operation/... anchors to pages on this site |
/openapi/v1.json | Full v1 OpenAPI 3.0 spec — 242 endpoints with schemas and examples |
/openapi/v2.json | v2 (preview) OpenAPI spec — curated research indicators |
/llms.txt · /llms-full.txt | Index and full content of this documentation |
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 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,tobehave, 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 codes —
429means back off; rate limits are per-plan.