Golden Ratio Multiplier API
Models Bitcoin's long-term growth using multiples of its 350-day moving average — maps cyclical expansions into Fibonacci-based ranges for identifying undervalued bases, fair-value zones, and cycle peaks.
https://api.hunchmachine.com/webhook/indicators?indicator=golden_ratio_multiplier&api_key=YOUR_API_KEYDescription
The Golden Ratio Multiplier models Bitcoin's long-term growth trajectory using multiples of its 350-day moving average. It maps BTC's cyclical expansions and contractions into natural Fibonacci-based ranges, providing a dynamic framework for identifying undervalued bases, fair-value zones, and cycle peaks.
What this endpoint provides
A dynamic, mathematically grounded view of Bitcoin's macro trend structure. By comparing BTC's price to its 350-day MA and golden-ratio-derived multiples, it reveals how far current price action is from historical top and bottom boundaries — offering an objective measure of upside potential.
Response fields
ma350_usdCurrent 350-day moving average (USD) — the baseline for the model.
price_usdLatest Bitcoin price (USD).
multiplierRatio of price to the 350-day MA (e.g., 1.01 = price is 1% above MA350).
dynamic_min_multCurrent lower bound multiple (≈ base formation threshold).
dynamic_max_multCurrent upper bound multiple (≈ cycle peak threshold).
normalized_scoreNormalized (0–1) position between min and max multiples.
growth_potential_pctPercentage upside potential from current level to historical peak range.
phaseDescriptive market phase derived from the normalized score (Base Formation, Mid Expansion, Cycle Peak, etc.).
scaleText reference showing current dynamic range (min → max).
summaryConcise natural-language summary of key metrics.
Output example
[
{
"indicator": "golden_ratio_multiplier",
"ma350_usd": 102826.4,
"price_usd": 104096.9,
"multiplier": 1.01,
"dynamic_min_mult": 1,
"dynamic_max_mult": 2.11,
"normalized_score": 0.01,
"growth_potential_pct": 98.6,
"phase": "Base Formation / Risk-Reward Zone",
"scale": "Dynamic range = 1.00× → 2.11×",
"summary": "BTC $104097 (1.01× MA350).\nCycle phase: Base Formation / Risk-Reward Zone — normalized 0.01 (0–1 scale).\nUpside potential ≈ +98.6% to historical peak (~2.11×)."
}
]