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
[
  [
    1780790400000,
    92951.49734285714
  ],
  [
    1780876800000,
    92830.48477142857
  ],
  [
    1780963200000,
    92703.61477142856
  ]
]
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
[
  [
    1780790400000,
    148722.3957485714
  ],
  [
    1780876800000,
    148528.7756342857
  ],
  [
    1780963200000,
    148325.7836342857
  ]
]
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
[
  [
    1780790400000,
    114888.0507157714
  ],
  [
    1780876800000,
    114738.4791774857
  ],
  [
    1780963200000,
    114581.6678574857
  ]
]
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
[
  [
    1780790400000,
    185902.9946857143
  ],
  [
    1780876800000,
    185660.9695428571
  ],
  [
    1780963200000,
    185407.2295428571
  ]
]
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
[
  [
    1780790400000,
    278854.4920285714
  ],
  [
    1780876800000,
    278491.4543142857
  ],
  [
    1780963200000,
    278110.8443142857
  ]
]
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
[
  [
    1780790400000,
    464757.4867142857
  ],
  [
    1780876800000,
    464152.4238571429
  ],
  [
    1780963200000,
    463518.0738571428
  ]
]
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
[
  [
    1780790400000,
    743611.9787428571
  ],
  [
    1780876800000,
    742643.8781714286
  ],
  [
    1780963200000,
    741628.9181714285
  ]
]
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
[
  [
    1780790400000,
    1208369.465457143
  ],
  [
    1780876800000,
    1206796.302028571
  ],
  [
    1780963200000,
    1205146.992028571
  ]
]
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
[
  [
    1780790400000,
    1951981.4442
  ],
  [
    1780876800000,
    1949440.1802
  ],
  [
    1780963200000,
    1946775.9102
  ]
]