MVRV Quantile Bands

Expanding-window P25/P50/P75 percentile bands of Bitcoin's MVRV ratio.

Cumulative-to-date percentile bands of MVRV: the P25 (accumulation) and P75 (distribution) thresholds, with the P50 median, computed from the full MVRV history at each date with no lookahead.

How to call

Request format

GET
curl -X GET "https://newhedge.io/api/v2/metrics/mvrv-quantile-bands/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.

4 metrics
Metric

MVRV

Data used by the MVRV Quantile Bands chart.

Endpoint
https://newhedge.io/api/v2/metrics/mvrv-quantile-bands/mvrv?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1788652800000,
    1.510166
  ],
  [
    1788739200000,
    1.489277
  ],
  [
    1788825600000,
    1.47723
  ]
]
Metric

Mvrv Quantile P75

Data used by the MVRV Quantile Bands chart.

Endpoint
https://newhedge.io/api/v2/metrics/mvrv-quantile-bands/mvrv_quantile_p75?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1788566400000,
    2.240557835962952
  ],
  [
    1788652800000,
    2.240543513799308
  ],
  [
    1788739200000,
    2.240540132927456
  ]
]
Metric

Mvrv Quantile P50

Data used by the MVRV Quantile Bands chart.

Endpoint
https://newhedge.io/api/v2/metrics/mvrv-quantile-bands/mvrv_quantile_p50?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1788566400000,
    1.711531939796604
  ],
  [
    1788652800000,
    1.711310637721383
  ],
  [
    1788739200000,
    1.711297534636631
  ]
]
Metric

Mvrv Quantile P25

Data used by the MVRV Quantile Bands chart.

Endpoint
https://newhedge.io/api/v2/metrics/mvrv-quantile-bands/mvrv_quantile_p25?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1788566400000,
    1.282433040718228
  ],
  [
    1788652800000,
    1.282434069891273
  ],
  [
    1788739200000,
    1.282523119804345
  ]
]