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.

resolution (optional) — day1 (default), hour12, hour4, hour1, 30mn, 10mn. Finer buckets are served to Advanced and Enterprise accounts; see Resolutions.

before (optional) — exclusive cursor, returns observations older than this timestamp_ms. Finer resolutions only.

limit (optional) — page size for finer resolutions. Default 2500, maximum 5000. Ignored for day1.

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
[
  [
    1788825600000,
    80240.36857142857
  ],
  [
    1788912000000,
    80152.49848571428
  ],
  [
    1788998400000,
    80058.01331428571
  ]
]
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
[
  [
    1788825600000,
    128384.5897142857
  ],
  [
    1788912000000,
    128243.9975771429
  ],
  [
    1788998400000,
    128092.8213028571
  ]
]
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
[
  [
    1788825600000,
    99177.09555428571
  ],
  [
    1788912000000,
    99068.48812834285
  ],
  [
    1788998400000,
    98951.70445645714
  ]
]
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
[
  [
    1788825600000,
    160480.7371428571
  ],
  [
    1788912000000,
    160304.9969714286
  ],
  [
    1788998400000,
    160116.0266285714
  ]
]
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
[
  [
    1788825600000,
    240721.1057142857
  ],
  [
    1788912000000,
    240457.4954571429
  ],
  [
    1788998400000,
    240174.0399428571
  ]
]
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
[
  [
    1788825600000,
    401201.8428571429
  ],
  [
    1788912000000,
    400762.4924285715
  ],
  [
    1788998400000,
    400290.0665714286
  ]
]
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
[
  [
    1788825600000,
    641922.9485714285
  ],
  [
    1788912000000,
    641219.9878857143
  ],
  [
    1788998400000,
    640464.1065142857
  ]
]
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
[
  [
    1788825600000,
    1043124.791428571
  ],
  [
    1788912000000,
    1041982.480314286
  ],
  [
    1788998400000,
    1040754.173085714
  ]
]
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
[
  [
    1788825600000,
    1685047.74
  ],
  [
    1788912000000,
    1683202.4682
  ],
  [
    1788998400000,
    1681218.2796
  ]
]