Altcoin Appetite Index API
Measures market appetite for altcoins by blending liquidity flow, Bitcoin dominance trends, and capital rotation signals — a key early cue of altseason momentum.
https://api.hunchmachine.com/webhook/indicators?indicator=altcoin_appetite_index&api_key=YOUR_API_KEYDescription
Measures the current market appetite for altcoins by blending liquidity flow, Bitcoin dominance trends, and capital rotation signals. It quantifies how willing investors are to move risk from Bitcoin and stablecoins into the broader altcoin market — a key early cue of altseason momentum.
What this endpoint provides
A simplified but powerful gauge of capital rotation pressure between major crypto segments. It helps automations and AI agents assess if risk appetite is contracting toward Bitcoin/stablecoins or expanding toward altcoins — serving as a complementary sentiment layer to BTC Dominance, Altcoin Rotation Radar, and Rotation Momentum Index.
Response fields
appetite_scoreNormalized score (0–1) representing the current strength of market appetite for altcoins. Higher = stronger rotation into alts.
stateSimplified categorical label (bearish, neutral, bullish) indicating overall altcoin appetite.
messageHuman-readable summary describing the current state in plain language.
context.stablecoin_sharePercentage of total crypto market cap held in stablecoins — higher values indicate defensive positioning.
context.btc_eth_shareCombined market share of BTC and ETH — a proxy for "major dominance" over the total market.
context.market_cap_change_24hOverall 24h change in global crypto market cap, used to detect whether flows occur in expanding or contracting liquidity.
timestampUTC time when the indicator was last updated.
Output example
[
{
"indicator": "altcoin_appetite_index",
"timestamp": "2025-11-04T14:02:24.259Z",
"appetite_score": 0.479,
"state": "neutral",
"message": "Market appetite for altcoins remains steady — investors watching BTC before rotating.",
"context": {
"stablecoin_share": 7.34,
"btc_eth_share": 70.55,
"market_cap_change_24h": -4.34
}
}
]Interpretation & Use
The Altcoin Appetite Index serves as an actionable signal of risk rotation potential within the crypto market:
When combined with the BTC Dominance, Altcoin Rotation Radar, and Rotation Momentum Index, this metric provides a comprehensive read on the rotational temperature of the market — helping identify when altcoins may start outperforming.