Query data directly — MCP server
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,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/(beta) - Authentication:
Authorization: Bearer {access_token} - Every response:
{ "status": { "code", "message" }, "result": { "window", "data": [...] } } - Status & error codes —
429means back off; rate limits are per-plan.