Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC
CryptoCompare website screenshot

CryptoCompare

CryptoCompare (now CoinDesk Data / CCData, acquired by CoinDesk in late 2024) is a long-standing crypto market data aggregator covering 300+ exchanges, 10,000+ assets, and 300,000+ trading pairs. The platform exposes two REST API surfaces — the legacy min-api.cryptocompare.com (Price, Historical OHLCV, Top Lists, News, Social, Order Book, Exchanges, Blockchain) and the modern data-api.cryptocompare.com / CoinDesk Data API (Spot, Index / Reference Rates including CADLI and CCIX, Asset, News, On-Chain, Futures, Options, Overview) — plus a unified WebSocket streamer at wss://streamer.cryptocompare.com/v2 that multiplexes Trade, Ticker, CCCAGG aggregate index, Order Book L2 updates and snapshots, Full Volume, Top Tier Full Volume, OHLC Candles, and Top of Book channels. Authentication uses an API key supplied as the api_key query parameter or as an `Authorization: Apikey {key}` header. Access is metered by monthly call credits with per-second / per-minute / per-hour / per-day ceilings; the Free tier issues 100,000 monthly credits and commercial Starter / Professional / Enterprise tiers escalate credit budgets, history depth, and surface coverage (news, social, on-chain, derivatives, full streamer, on-demand bulk exports, reference-rate licensing).

agent native

Reference-quality API operations across every facet — a rich contract, published governance, transparent operations, and machine-readable commercial terms.

Kin Score

API Evangelist profiles CryptoCompare the way a machine reads it — 82 machine-readable artifacts across 18 APIs, pulled from the provider's own public surface and indexed so a developer, an analyst, or an AI agent can evaluate it against every other provider on the network.

Every provider in the network is reduced to the same set of machine-readable artifacts — OpenAPI contracts, event specifications, GraphQL schemas, runnable collections, pricing and rate-limit signals, security posture, OAuth scopes, and the agent surfaces (MCP servers and skills) that let software drive the API on its own. We profile them because the interface is the part of a company you can actually inspect: it is a truer signal of what a provider does than any marketing page. From those artifacts we compute the Kin Score — CryptoCompare scores 71.9/100 (exemplar), with a separate agent-readiness read of 82/100 (agent native). The full breakdown is below, followed by every artifact we hold — each card links through to its machine-readable definition on apis.io.

Kin Score

This is the API Evangelist rating — a single, repeatable read computed from the artifacts on this page. Green fill is points earned; the red track is points possible, so every bar shows earned-versus-possible at a glance.

Kin Score Kin Score How this is scored →
scored 2026-07-27 · rubric v0.5
Composite quality — 71.9/100 · exemplar
Contract Quality 20.1 / 25
Developer Ergonomics 15.7 / 20
Commercial Clarity 14.2 / 20
Operational Transparency 7.9 / 13
Governance 7.9 / 12
Discoverability 9.3 / 10
Regulatory · Securities & Market Data 8.1 / 15
Agent readiness — 82/100 · agent native
Machine-Readable Contract 18 / 18
Agentic Access Contract 15 / 15
MCP Server 12 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 8 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 6 / 6
Agent Skills 5 / 5
Well-Known Catalog 4 / 4
Consent & Bot Identity 0 / 3

How we profile CryptoCompare

Each block below is one kind of artifact we hold for CryptoCompare. For each we say what it is and why it earns a place in the profile, then list every one we've indexed — capped at two rows, scroll within the panel for the rest.

APIs 18

Each API is captured as its own OpenAPI definition — every operation, parameter, and response. This is the single most useful machine-readable description of what an API does, and it's what lets us score, lint, mock, and generate against it without asking the provider for anything.

Individual APIs this provider publishes, each with its own machine-readable definition.

CryptoCompare Streaming WebSocket

Single secure WebSocket endpoint multiplexing every subscription via tilde-delimited subscription strings (e.g. 5~CCCAGG~BTC~USD). Channel types: Trade (0), Ticker (2), Aggregat...

CryptoCompare Exchange Benchmark

Quantitative ranking of integrated exchanges across Legal, KYC and Transaction Risk, Team, Data Provision, Asset Quality and Diversity, Market Quality, Security, and Negative Re...

CryptoCompare Asset API

Asset metadata, overview, supply, and reference data.

CryptoCompare Blockchain API

On-chain blockchain data including history and balance distribution.

CryptoCompare Coins API

General coin listing, mapping, and reference metadata.

CryptoCompare Exchanges API

Exchange metadata and exchange-pair listings.

CryptoCompare Futures API

Futures market data across integrated derivatives venues.

CryptoCompare Historical API

Historical OHLCV candle data by day, hour, and minute.

CryptoCompare Index API

CoinDesk Indices (CADLI, CCIX, CCIXBE) latest tick, historical values, and composition.

CryptoCompare News API

Crypto news articles, sources, categories, and search.

CryptoCompare On-Chain API

On-chain blockchain metrics aggregated across chains.

CryptoCompare Options API

Options market data across integrated derivatives venues.

CryptoCompare Order Book API

Top-of-book order book data across integrated exchanges.

CryptoCompare Overview API

Cross-cutting overview endpoints (market cap, dominance).

CryptoCompare Price API

Real-time and historical price endpoints for single and multi-symbol queries.

CryptoCompare Social API

Social statistics for coins and assets.

CryptoCompare Spot API

Spot market data including latest tick, historical OHLCV, trades, order book L1, and instrument metadata.

CryptoCompare Top Lists API

Top list endpoints by 24h volume, market cap, exchange volume, and pair volume.

Scroll within the panel for all 18 ·

Postman Collections 2

A runnable collection turns the contract into something a developer can execute in seconds. We profile them because the fastest way to trust an API is to make a real call against it.

Ready-to-run Postman collections for exercising this provider's APIs.

Open Collections 2

Open, tool-agnostic collections carry the same runnable value as Postman without locking you to one client — the portable, forkable form of the same exercise.

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

Arazzo Workflows 8

Real integrations are rarely a single call. Arazzo describes the multi-step sequences — auth, then create, then confirm — so both a human and an agent can follow the choreography, not just the endpoints.

Multi-step API workflows described with the Arazzo specification.

CryptoCompare Asset Research

Rank assets, read one asset's detail and supply history, then search news.

ARAZZO

CryptoCompare Coin Price Snapshot

Resolve a coin, read its live price, full ticker, and daily OHLCV history.

ARAZZO

CryptoCompare Coin Social Pulse

Read latest and historical social stats for a coin alongside its live price.

ARAZZO

CryptoCompare Exchange Discovery

List exchanges, read general info, then rank top exchanges for a pair.

ARAZZO

CryptoCompare Market Cap Leaders

Rank coins by market cap, read full multi-symbol prices, then daily history.

ARAZZO

CryptoCompare News Feed Filter

Resolve news categories and sources, then pull a filtered latest-news feed.

ARAZZO

CryptoCompare Spot Instrument Analysis

Confirm a market, read instrument metadata, latest tick, then daily OHLCV.

ARAZZO

CryptoCompare Top Volume Deep Dive

Rank coins by 24h volume, pull full data, then branch into the news feed.

ARAZZO

Scroll within the panel for all 8 ·

MCP Servers 1

Model Context Protocol servers expose these APIs directly to AI agents. We profile them because agent-native access is the fastest-growing way this provider's capabilities actually get used.

Model Context Protocol servers that expose these APIs to AI agents.

Pricing Plans 1

Pricing is part of the interface. Machine-readable plans tell you what a tier costs and includes before you commit — one of the six things the Kin Score reads for commercial clarity.

Published pricing tiers and plan structures.

Rate Limits 1

Rate limits are the difference between a demo that works and a production integration that doesn't fall over. Publishing them is an operational-transparency signal — and a hard requirement for any agent that plans its own throughput.

Documented rate limits and quota policies.

Cryptocompare Rate Limits

11 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals let a buyer model the financial operations of an API before it's live. We profile them for the same reason we profile pricing: the money is part of the contract.

Cost, billing, and metering signals for API financial operations.

Features 7

The notable capabilities this provider advertises, captured as structured features so they can be searched and compared instead of read one landing page at a time.

Notable capabilities this provider offers.

Cross-exchange aggregate index (CCCAGG)

Default price source aggregating across 300+ integrated exchanges with outlier filtering.

Institutional reference rates (CADLI, CCIX)

Regulated index methodology suitable for derivatives settlement and institutional mark-to-market.

Real-time WebSocket streamer

Single secure socket multiplexes Trade, Ticker, CCCAGG, Order Book L2, OHLC, and Top of Book channels.

News aggregation with sentiment

Crypto-native news across hundreds of sources with category tagging and POSITIVE / NEUTRAL / NEGATIVE sentiment.

Per-coin social statistics

Aggregated Twitter, Reddit, Facebook, and source-repo engagement metrics.

On-chain blockchain data

Transaction count, active addresses, hashrate, difficulty, and balance distribution across 30+ chains.

Exchange Benchmark grading

Quantitative exchange ranking (AA / A / B / C / D / E / F) across Legal, KYC, Security, and Market Quality dimensions.

Scroll within the panel for all 7 ·

Event Specifications 1

Not every API is request/response. AsyncAPI describes the event-driven and streaming side — the webhooks and channels — so the asynchronous half of the interface is documented the same way the synchronous half is.

AsyncAPI definitions for this provider's event-driven and streaming APIs.

CryptoCompare Streaming API

AsyncAPI 2.6 description of the CryptoCompare (now CoinDesk) WebSocket streaming API. Clients open a single secure WebSocket to `wss://streamer.cryptocompare.com/v2` and multipl...

ASYNCAPI

Semantic Vocabularies 1

JSON-LD contexts give the data shared meaning across APIs. We profile them because semantics are what let a machine reconcile 'customer' here with 'customer' somewhere else.

JSON-LD contexts and semantic vocabularies used across these APIs.

Cryptocompare Context

0 classes · 7 properties

JSON-LD

Spectral Rules 3

Governance rulesets we run against this provider's specs — the automated checks behind parts of the score. Profiling them makes the quality bar explicit and re-runnable, not a matter of opinion.

CryptoCompare API Rules

8 rules · 1 errors · 7 warnings

SPECTRAL

CryptoCompare API Rules

5 rules · 3 warnings

SPECTRAL

CryptoCompare API Rules

16 rules · 7 errors · 6 warnings

SPECTRAL

JSON Schema 10

Standalone JSON Schema definitions describe the data models behind the API. We profile them so the shapes are validatable on their own — useful long after a single request is forgotten.

Standalone JSON Schema definitions for this provider's data models.

CCData Asset

24 properties

JSON SCHEMA

CryptoCompare Blockchain Data Point

17 properties

JSON SCHEMA

CryptoCompare Coin List Entry

17 properties

JSON SCHEMA

CryptoCompare Exchange

15 properties

JSON SCHEMA

CryptoCompare Full Ticker

42 properties

JSON SCHEMA

CryptoCompare News Article

23 properties

JSON SCHEMA

CryptoCompare OHLCV Candle

9 properties

JSON SCHEMA

CryptoCompare Order Book Top

12 properties

JSON SCHEMA

CryptoCompare Social Stats

6 properties

JSON SCHEMA

Scroll within the panel for all 10 ·

JSON Structure 1

JSON Structure captures the data shapes in a form built for tooling — a complement to JSON Schema that keeps the model machine-legible.

JSON Structure definitions describing this provider's data shapes.

Cryptocompare Structure

0 properties

JSON STRUCTURE

Examples 5

Real request and response payloads are what turn a spec from abstract into obvious — and they're one of the twelve things an agent needs to call an API correctly on the first try.

Example request and response payloads for these APIs.

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals — the evidence that a provider takes security seriously enough to document it. We profile it because you can't govern what you can't see.

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Cryptocompare Authentication

apiKey/oauth2 · 3 schemes

SECURITY

Cryptocompare Domain Security

TLSv1.3 · DNSSEC · DMARC

SECURITY

Agentic Access 1

An x-agentic-access contract marks which operations are safe for an agent to run on its own and which need a human in the loop. It is the difference between an API an agent can use and one it can use safely.

Recommended x-agentic-access execution contracts for AI agents.

Cryptocompare Agentic Access

54 operations

54 operations · 0 acting

AGENTIC

Use Cases 7

What developers actually build with this provider — captured so the catalogue answers 'what is this for', not just 'what does this expose'.

What developers build with this provider.

Retail price ticker and portfolio dashboard

Aggregate CCCAGG prices into consumer apps and dashboards.

Trading strategy backtest

Pull minute / hour / day OHLCV history for systematic strategy research.

Institutional mark-to-market

Value digital-asset books against CADLI reference rates.

Derivatives settlement

Settle futures and options against CCIX index family.

Crypto news aggregator

Build sentiment-tagged news products and research dashboards.

On-chain analytics

Drive treasury, supply, and address dashboards across major chains.

Exchange selection and risk monitoring

Use the Exchange Benchmark to qualify integrated venues.

Scroll within the panel for all 7 ·

Integrations 5

Pre-built integrations with other platforms tell you where this provider already fits in a stack.

Pre-built integrations with other platforms and tools.

Apipheny / Google Sheets

Pull CryptoCompare data into spreadsheets via the Apipheny add-on.

Chainlink External Adapters

Community Chainlink adapter wraps CryptoCompare endpoints for oracle consumption.

TradingView

Charting libraries and React TradingView integrations consume the CryptoCompare WebSocket for live charts.

Node-RED

Community Node-RED nodes wrap CryptoCompare endpoints for low-code automation.

Apache Kafka / streaming pipelines

WebSocket streamer is commonly fanned out into Kafka topics for analytics.

Solutions 5

Packaged solutions the provider offers on top of the raw API surface.

Packaged solutions this provider offers.

Real-time market data

Price, Ticker, Order Book, and OHLC streaming for live trading interfaces.

Historical and reference data

Minute / hour / day OHLCV history plus tick-level history for institutional tiers.

Indices and reference rates

CADLI / CCIX / CCIXBE for regulated mark-to-market and settlement.

News and research

Aggregated crypto news with sentiment, source feeds, and category taxonomy.

On-chain and analytics

Chain-level supply, address, and transaction metrics for analytics platforms.

Resources

Every other property we hold for CryptoCompare — documentation, portals, status pages, policies, and corporate surface — grouped by the job it does, following the integrator's arc from getting started to running in production.

Get Started 3

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Access & Security 2

Authentication, authorization, and security posture

Company 2

The organization behind the API

Other 1

Properties that don't map to a standard resource type

← All providers · Data indexed from github.com/api-evangelist/cryptocompare · machine-readable index on apis.io