Mayer Multiple API
Measures how far Bitcoin's price has deviated from its 200-day moving average — identifies undervalued, fairly priced, or overextended phases.
https://api.hunchmachine.com/webhook/indicators?indicator=mayer_multiple&api_key=YOUR_API_KEYDescription
The Mayer Multiple measures how far Bitcoin's price has deviated from its 200-day moving average (200DMA). It serves as a simple but powerful valuation model that identifies when Bitcoin is undervalued, fairly priced, or overextended relative to its long-term trend.
What this endpoint provides
A quick and intuitive snapshot of Bitcoin's price position compared to its 200-day moving average — one of the most widely followed cycle indicators. It helps automations and dashboards contextualize short- to mid-term market conditions and detect overheated or undervalued phases.
Response fields
valueRatio of the current Bitcoin price to its 200-day moving average (Mayer Multiple).
zoneSimplified categorical label (bottom, neutral, top) representing valuation level.
scaleLegend defining thresholds that map Mayer Multiple values to each zone.
price_usdLatest Bitcoin price (USD).
summaryShort natural-language summary of the current Mayer Multiple status.
Output example
[
{
"indicator": "mayer_multiple",
"value": 0.94,
"zone": "neutral",
"scale": "Bottom <0.8 | Fair 0.8–2.4 | Top >2.4",
"price_usd": 103837.33,
"summary": "Mayer Multiple = 0.94 (Fair / healthy zone.)"
}
]