Total Market Cap: $2.69T +0.73%
|
24h Volume: $210.70B
|
BTC Dominance: 58.8%
|
Market Health: 65/100 NEUTRAL
|
Short-Term: 77/100 BULLISH
|
Long-Term: 53/100 NEUTRAL
|
Open Interest: $14.26B
|
24h Liquidations: $177.81M
|
Long/Short: 48.6% / 51.4%
|
Total Market Cap: $2.69T +0.73%
|
24h Volume: $210.70B
|
BTC Dominance: 58.8%
|
Market Health: 65/100 NEUTRAL
|
Short-Term: 77/100 BULLISH
|
Long-Term: 53/100 NEUTRAL
|
Open Interest: $14.26B
|
24h Liquidations: $177.81M
|
Long/Short: 48.6% / 51.4%
|
MKT CAP$2.69T+0.7%
24H VOL$210.7B
BTC DOM58.8%
HEALTH65NEUTRAL
SHORT-TERM77BULLISH
LONG-TERM53NEUTRAL
OI$14.3B
24H LIQ$178M
LONG/SHORT48.6% / 51.4%
MKT CAP$2.69T+0.7%
24H VOL$210.7B
BTC DOM58.8%
HEALTH65NEUTRAL
SHORT-TERM77BULLISH
LONG-TERM53NEUTRAL
OI$14.3B
24H LIQ$178M
LONG/SHORT48.6% / 51.4%
Plug real-time crypto data into your AI agent — one command: Get your free API key →
Get API KeyLogin
Get free access to our API — comprehensive real-time crypto data for your trading agents. Get Your Free API Key →

Crypto Market Health Score (Now)

Market Health Verdict · fast read, from the two scores below
IMPROVING
Long-horizon cycle phase: Speculative Euphoria · Days-Weeks
This verdict tracks current conditions; the cycle phase is the slow structural read. They can differ — e.g. short-term stabilizing within a structural bear.
Short-Term Momentum
77
BULLISH
Combined Score
65
NEUTRAL
050100
Long-Term Trend
53
NEUTRAL
Short-Term Momentum Components 77/100
Breadth (20D)
% above 20D MA
100
22%
Fear & Greed
Sentiment index
78
17%
Volume Quality
Buy/sell ratio
51
17%
Derivatives
Funding & positioning
65
13%
Market Volatility
Per-coin vol ratio
60
12%
Short-Term Price
20D MA & ROC
100
11%
Stablecoin 14d
14-day capital flows
80
8%
Long-Term Trend Components 53/100
Price Trend
BTC vs 200D MA
58
35%
Market Breadth
Top 30 coins above 200D MA
58
35%
Stablecoin 90d
90-day capital inflows
20
17%
Macro/DXY
Dollar strength impact
67
13%
Score Divergence Detected Gap: +24 pts (ST above LT)
Short-term momentum 24 pts above long-term trend — potential early recovery signal
Long-Term Trend
53 NEUTRAL
Short-Term Momentum
77 BULLISH
Combined Health Score (Rolling 365 Days) 224 data points
Short-Term Momentum Score (Rolling 365 Days) 224 data points
Long-Term Trend Score (Rolling 365 Days) 224 data points

Understanding the Crypto Market Health Score

The Market Health Score is a dual-track composite indicator (0-100) designed to capture the state of the crypto market from two perspectives simultaneously: the slow-moving long-term trend and the fast-moving short-term momentum. Together they produce a fast-moving health verdict - Unhealthy, Stabilizing, Improving, Healthy or Cooling - shown in the banner at the top. That verdict is a responsive, score-driven read of current conditions; for the slow-moving structural picture - which of the 10 cycle phases we're in, over weeks to months - see the dedicated Market Regimes page. The two are complementary lenses, not competing calls: short-term momentum can read Stabilizing while the long-horizon cycle is still an Established Bear Market.

The four long-term trend components (weighting 50%)

The seven short-term momentum components (weighting 50%)

How to interpret the five health verdicts

What makes this different from a single indicator

A single indicator - funding, breadth, or fear & greed alone - can give you a spiky, noisy reading. The dual-score architecture smooths that out by averaging eleven independent signals across three asset-class domains: spot structure, derivatives, and sentiment. When the long-term score agrees with the short-term score, conviction is high. When they disagree, the gap itself is informative - diverging scores often precede regime changes.

How the data refreshes

All eleven components are recomputed every 25 minutes in the background. Historical snapshots are persisted daily to build a long-running series (visible in the charts above). The complete score plus every component, indicator, and detail is available via the REST API as /api/v1/market-health, with lighter summary and history variants. Combine it with our Coin Trends indicator to pair market-level regime reads with per-asset trend classification.

Who should use this

Caveat: the Market Health Score is a directional read, not a trade signal. It tells you the weather, not which way the next candle will close. Use it to size positions and bias strategy selection, not to fire entries.

Get it from the API

the dual health score, live Free
GET · market-healthcurl
curl -H "X-API-Key: cdk_live_yourkey" \
  "https://cryptodataapi.com/api/v1/market-health"

The full score with components; /market-health/summary is the one-line version and /market-health/history the daily series.

Create a trading strategy using the Crypto Market Health Score

Free

The health score compresses breadth, derivatives, sentiment and on-chain inputs into one long-term and one short-term number. Its natural use is as a portfolio throttle: how much risk you carry, rather than what you buy.

01 · CONNECTAdd the MCP server to Claude, Cursor or any MCP client — one command, no endpoints to wire up.
02 · PASTEDrop the prompt below into your agent. It already names the live endpoint and the archive to test against.
03 · CHECK ITThe prompt makes the agent report where the edge fails, not just where it works. Read that part first.
PROMPT · paste into your agent/api/v1/market-health
Build me a risk-throttle strategy using the CryptoDataAPI Market Health Score.

Read the live dual score from /api/v1/market-health (long_term and short_term, 0-100). Use it to scale total portfolio exposure — define the mapping from score to exposure, whether you use the two horizons differently, and the rebalance cadence.

Then backtest on the daily series from /api/v1/market-health/history joined to daily BTC bars from /api/v1/backtesting/klines?symbol=BTC&interval=1d.

Compare against constant full exposure: final return, max drawdown, time-underwater. Also test the naive inverse (MORE exposure when the score is low) — if the inverse wins, the score is a contrarian indicator and I want to know.

Backtest it

every component score, not just the headline Pro Plus

The health score is a composite, and a composite is only testable if you can take it apart. Each archived snapshot carries all eleven component scores and their weights, not just the total — so you can check which components carried the signal, reweight them yourself, or test the long-term and short-term halves separately.

DatasetWhat it holdsSince
market_health total, long-term and short-term scores plus all 11 components with weights 9 May 2026
altcoin_breadth breadth across the top coins — the component that moves the composite most 9 May 2026
daily-snapshots the whole daily market state as one JSON per day 2 Mar 2026
GET · backtestingcurl
curl -H "X-API-Key: cdk_live_yourkey" \
  "https://cryptodataapi.com/api/v1/backtesting/snapshots?data_type=market_health&start=2026-05-09&limit=1000"