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
[
  [
    1788825600000,
    1.47723
  ],
  [
    1788912000000,
    1.46679
  ],
  [
    1788998400000,
    1.443717
  ]
]
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
[
  [
    1788739200000,
    2.240540132927456
  ],
  [
    1788825600000,
    2.240536752055605
  ],
  [
    1788912000000,
    2.240533371183753
  ]
]
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
[
  [
    1788739200000,
    1.711297534636631
  ],
  [
    1788825600000,
    1.711284431551878
  ],
  [
    1788912000000,
    1.711249456491561
  ]
]
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
[
  [
    1788739200000,
    1.282523119804345
  ],
  [
    1788825600000,
    1.282612169717418
  ],
  [
    1788912000000,
    1.28270121963049
  ]
]