Bitcoin Golden Ratio Multiplier

Multiples of Bitcoin’s 350-day moving average to identify areas of potential resistance zones

How to call

Request format

GET
curl -X GET "https://newhedge.io/api/v2/metrics/golden-ratio-multiplier/METRIC_NAME?api_token=YOUR_TOKEN"
Query params

api_token (required) — 24 character token.

Path params

:metric_name — one of the metric names listed below.

Responses

200 with JSON payload, 401 for missing/invalid token, 404 for missing resources.

Metrics

Each metric is fetched independently. Responses are trimmed samples to show structure.

9 metrics
Metric

Bitcoin 350DMA Price

Data used by the Bitcoin Golden Ratio Multiplier chart.

Endpoint
https://newhedge.io/api/v2/metrics/golden-ratio-multiplier/dma_350_btc?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1782864000000,
    89631.6624
  ],
  [
    1782950400000,
    89466.53834285714
  ],
  [
    1783036800000,
    89307.99202857143
  ]
]
Metric

Bitcoin 350DMA x1.6 Price

Data used by the Bitcoin Golden Ratio Multiplier chart.

Endpoint
https://newhedge.io/api/v2/metrics/golden-ratio-multiplier/dma_350_btc_golden_ratio?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1782864000000,
    143410.65984
  ],
  [
    1782950400000,
    143146.4613485714
  ],
  [
    1783036800000,
    142892.7872457143
  ]
]
Metric

Bitcoin 350DMA x1.236 Price

Data used by the Bitcoin Golden Ratio Multiplier chart.

Endpoint
https://newhedge.io/api/v2/metrics/golden-ratio-multiplier/dma_350_btc_1_236?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1782864000000,
    110784.7347264
  ],
  [
    1782950400000,
    110580.6413917714
  ],
  [
    1783036800000,
    110384.6781473143
  ]
]
Metric

Bitcoin 350DMA x2 Price

Data used by the Bitcoin Golden Ratio Multiplier chart.

Endpoint
https://newhedge.io/api/v2/metrics/golden-ratio-multiplier/dma_350_btc_2?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1782864000000,
    179263.3248
  ],
  [
    1782950400000,
    178933.0766857143
  ],
  [
    1783036800000,
    178615.9840571429
  ]
]
Metric

Bitcoin 350DMA x3 Price

Data used by the Bitcoin Golden Ratio Multiplier chart.

Endpoint
https://newhedge.io/api/v2/metrics/golden-ratio-multiplier/dma_350_btc_3?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1782864000000,
    268894.9872
  ],
  [
    1782950400000,
    268399.6150285714
  ],
  [
    1783036800000,
    267923.9760857143
  ]
]
Metric

Bitcoin 350DMA x5 Price

Data used by the Bitcoin Golden Ratio Multiplier chart.

Endpoint
https://newhedge.io/api/v2/metrics/golden-ratio-multiplier/dma_350_btc_5?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1782864000000,
    448158.312
  ],
  [
    1782950400000,
    447332.6917142857
  ],
  [
    1783036800000,
    446539.9601428572
  ]
]
Metric

Bitcoin 350DMA x8 Price

Data used by the Bitcoin Golden Ratio Multiplier chart.

Endpoint
https://newhedge.io/api/v2/metrics/golden-ratio-multiplier/dma_350_btc_8?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1782864000000,
    717053.2992
  ],
  [
    1782950400000,
    715732.3067428571
  ],
  [
    1783036800000,
    714463.9362285715
  ]
]
Metric

Bitcoin 350DMA x13 Price

Data used by the Bitcoin Golden Ratio Multiplier chart.

Endpoint
https://newhedge.io/api/v2/metrics/golden-ratio-multiplier/dma_350_btc_13?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1782864000000,
    1165211.6112
  ],
  [
    1782950400000,
    1163064.998457143
  ],
  [
    1783036800000,
    1161003.896371429
  ]
]
Metric

Bitcoin 350DMA x21 Price

Data used by the Bitcoin Golden Ratio Multiplier chart.

Endpoint
https://newhedge.io/api/v2/metrics/golden-ratio-multiplier/dma_350_btc_21?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1782864000000,
    1882264.9104
  ],
  [
    1782950400000,
    1878797.3052
  ],
  [
    1783036800000,
    1875467.8326
  ]
]