← Back to Indicators

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.

Webhook URL
https://api.hunchmachine.com/webhook/indicators?indicator=golden_ratio_multiplier&api_key=YOUR_API_KEY

Description

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_usd

Current 350-day moving average (USD) — the baseline for the model.

price_usd

Latest Bitcoin price (USD).

multiplier

Ratio of price to the 350-day MA (e.g., 1.01 = price is 1% above MA350).

dynamic_min_mult

Current lower bound multiple (≈ base formation threshold).

dynamic_max_mult

Current upper bound multiple (≈ cycle peak threshold).

normalized_score

Normalized (0–1) position between min and max multiples.

growth_potential_pct

Percentage upside potential from current level to historical peak range.

phase

Descriptive market phase derived from the normalized score (Base Formation, Mid Expansion, Cycle Peak, etc.).

scale

Text reference showing current dynamic range (min → max).

summary

Concise 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×)."
  }
]

Interpretation & Use

The Golden Ratio Multiplier defines Bitcoin's cyclical structure using long-term growth channels: • **1.0× MA350 or below** → Base Formation / Accumulation — long-term opportunity; market building foundation. • **1.0–1.8× MA350** → Expansion / Growth — healthy mid-cycle appreciation. • **>1.8× MA350 (≈2.1× historically)** → Cycle Peak Zone — overheated market; elevated risk of top formation. Combine the normalized score with growth_potential_pct to describe upside/downside context in macro dashboards or automation rules.