Bitcoin Golden Ratio Multiplier
Multiples of Bitcoin’s 350-day moving average to identify areas of potential resistance zones
Request format
curl -X GET "https://newhedge.io/api/v2/metrics/golden-ratio-multiplier/METRIC_NAME?api_token=YOUR_TOKEN"
api_token (required) — 24 character token.
:metric_name — one of the metric names listed below.
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.
Bitcoin 350DMA Price
Data used by the Bitcoin Golden Ratio Multiplier chart.
https://newhedge.io/api/v2/metrics/golden-ratio-multiplier/dma_350_btc?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your API token.
[
[
1778976000000,
94959.01582857143
],
[
1779062400000,
94876.273
],
[
1779148800000,
94794.38511428572
]
]
Bitcoin 350DMA x1.6 Price
Data used by the Bitcoin Golden Ratio Multiplier chart.
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.
[
[
1778976000000,
151934.4253257143
],
[
1779062400000,
151802.0368
],
[
1779148800000,
151671.0161828572
]
]
Bitcoin 350DMA x1.236 Price
Data used by the Bitcoin Golden Ratio Multiplier chart.
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.
[
[
1778976000000,
117369.3435641143
],
[
1779062400000,
117267.073428
],
[
1779148800000,
117165.8600012571
]
]
Bitcoin 350DMA x2 Price
Data used by the Bitcoin Golden Ratio Multiplier chart.
https://newhedge.io/api/v2/metrics/golden-ratio-multiplier/dma_350_btc_2?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your API token.
[
[
1778976000000,
189918.0316571429
],
[
1779062400000,
189752.546
],
[
1779148800000,
189588.7702285714
]
]
Bitcoin 350DMA x3 Price
Data used by the Bitcoin Golden Ratio Multiplier chart.
https://newhedge.io/api/v2/metrics/golden-ratio-multiplier/dma_350_btc_3?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your API token.
[
[
1778976000000,
284877.0474857143
],
[
1779062400000,
284628.819
],
[
1779148800000,
284383.1553428571
]
]
Bitcoin 350DMA x5 Price
Data used by the Bitcoin Golden Ratio Multiplier chart.
https://newhedge.io/api/v2/metrics/golden-ratio-multiplier/dma_350_btc_5?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your API token.
[
[
1778976000000,
474795.0791428571
],
[
1779062400000,
474381.365
],
[
1779148800000,
473971.9255714286
]
]
Bitcoin 350DMA x8 Price
Data used by the Bitcoin Golden Ratio Multiplier chart.
https://newhedge.io/api/v2/metrics/golden-ratio-multiplier/dma_350_btc_8?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your API token.
[
[
1778976000000,
759672.1266285714
],
[
1779062400000,
759010.184
],
[
1779148800000,
758355.0809142857
]
]
Bitcoin 350DMA x13 Price
Data used by the Bitcoin Golden Ratio Multiplier chart.
https://newhedge.io/api/v2/metrics/golden-ratio-multiplier/dma_350_btc_13?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your API token.
[
[
1778976000000,
1234467.205771429
],
[
1779062400000,
1233391.549
],
[
1779148800000,
1232327.006485714
]
]
Bitcoin 350DMA x21 Price
Data used by the Bitcoin Golden Ratio Multiplier chart.
https://newhedge.io/api/v2/metrics/golden-ratio-multiplier/dma_350_btc_21?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your API token.
[
[
1778976000000,
1994139.3324
],
[
1779062400000,
1992401.733
],
[
1779148800000,
1990682.0874
]
]