Realized Cap HODL Waves

Age-banded breakdown of realized capitalization by UTXO holding period.

Bitcoin's realized capitalization (sum of all coins valued at the price they last moved), split into the same age bands as Hodl Waves Supply. Each band shows the dollar value of realized cap held by coins that last moved within that age window.

How to call

Request format

GET
curl -X GET "https://newhedge.io/api/v2/metrics/realized-cap-hodl-waves/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.

13 metrics
Metric

Hw Age Realized Cap 10y

Data used by the Realized Cap HODL Waves chart.

Endpoint
https://newhedge.io/api/v2/metrics/realized-cap-hodl-waves/hw_age_realized_cap_10y?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1788652800000,
    426847901.31
  ],
  [
    1788739200000,
    426864597.91
  ],
  [
    1788825600000,
    427097458.95
  ]
]
Metric

Hw Age Realized Cap 7y 10y

Data used by the Realized Cap HODL Waves chart.

Endpoint
https://newhedge.io/api/v2/metrics/realized-cap-hodl-waves/hw_age_realized_cap_7y_10y?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1788652800000,
    11014388524.87
  ],
  [
    1788739200000,
    11023282257.52
  ],
  [
    1788825600000,
    11023482258.17
  ]
]
Metric

Hw Age Realized Cap 5y 7y

Data used by the Realized Cap HODL Waves chart.

Endpoint
https://newhedge.io/api/v2/metrics/realized-cap-hodl-waves/hw_age_realized_cap_5y_7y?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1788652800000,
    45660925881.11
  ],
  [
    1788739200000,
    45676198449.33
  ],
  [
    1788825600000,
    45706014042.84
  ]
]
Metric

Hw Age Realized Cap 4y 5y

Data used by the Realized Cap HODL Waves chart.

Endpoint
https://newhedge.io/api/v2/metrics/realized-cap-hodl-waves/hw_age_realized_cap_4y_5y?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1788652800000,
    34005270435.74999
  ],
  [
    1788739200000,
    33969729769.8
  ],
  [
    1788825600000,
    33935051313.31001
  ]
]
Metric

Hw Age Realized Cap 3y 4y

Data used by the Realized Cap HODL Waves chart.

Endpoint
https://newhedge.io/api/v2/metrics/realized-cap-hodl-waves/hw_age_realized_cap_3y_4y?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1788652800000,
    21665091703.92001
  ],
  [
    1788739200000,
    21683091469.32001
  ],
  [
    1788825600000,
    21698080674.95
  ]
]
Metric

Hw Age Realized Cap 2y 3y

Data used by the Realized Cap HODL Waves chart.

Endpoint
https://newhedge.io/api/v2/metrics/realized-cap-hodl-waves/hw_age_realized_cap_2y_3y?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1788652800000,
    69357890292.11998
  ],
  [
    1788739200000,
    69327289999.04999
  ],
  [
    1788825600000,
    69321016133.92999
  ]
]
Metric

Hw Age Realized Cap 1y 2y

Data used by the Realized Cap HODL Waves chart.

Endpoint
https://newhedge.io/api/v2/metrics/realized-cap-hodl-waves/hw_age_realized_cap_1y_2y?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1788652800000,
    281459332738.66
  ],
  [
    1788739200000,
    281604152463.48
  ],
  [
    1788825600000,
    282486026321.05
  ]
]
Metric

Hw Age Realized Cap 6m 1y

Data used by the Realized Cap HODL Waves chart.

Endpoint
https://newhedge.io/api/v2/metrics/realized-cap-hodl-waves/hw_age_realized_cap_6m_1y?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1788652800000,
    331683320557.01
  ],
  [
    1788739200000,
    331797136470.58
  ],
  [
    1788825600000,
    331443131220.04
  ]
]
Metric

Hw Age Realized Cap 3m 6m

Data used by the Realized Cap HODL Waves chart.

Endpoint
https://newhedge.io/api/v2/metrics/realized-cap-hodl-waves/hw_age_realized_cap_3m_6m?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1788652800000,
    84614218781.89001
  ],
  [
    1788739200000,
    84619361533.88
  ],
  [
    1788825600000,
    84128263116.94995
  ]
]
Metric

Hw Age Realized Cap 1m 3m

Data used by the Realized Cap HODL Waves chart.

Endpoint
https://newhedge.io/api/v2/metrics/realized-cap-hodl-waves/hw_age_realized_cap_1m_3m?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1788652800000,
    85159544680.58997
  ],
  [
    1788739200000,
    84522280976.88
  ],
  [
    1788825600000,
    83584928011.17004
  ]
]
Metric

Hw Age Realized Cap 1w 1m

Data used by the Realized Cap HODL Waves chart.

Endpoint
https://newhedge.io/api/v2/metrics/realized-cap-hodl-waves/hw_age_realized_cap_1w_1m?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1788652800000,
    60228065031.75
  ],
  [
    1788739200000,
    63759058240.53003
  ],
  [
    1788825600000,
    67123990879.80005
  ]
]
Metric

Hw Age Realized Cap 1d 1w

Data used by the Realized Cap HODL Waves chart.

Endpoint
https://newhedge.io/api/v2/metrics/realized-cap-hodl-waves/hw_age_realized_cap_1d_1w?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1788652800000,
    32713786047.33008
  ],
  [
    1788739200000,
    28201465336.81995
  ],
  [
    1788825600000,
    24761711050.40991
  ]
]
Metric

Hw Age Realized Cap 0d 1d

Data used by the Realized Cap HODL Waves chart.

Endpoint
https://newhedge.io/api/v2/metrics/realized-cap-hodl-waves/hw_age_realized_cap_0d_1d?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1788652800000,
    9249040367.75
  ],
  [
    1788739200000,
    10809023258.88
  ],
  [
    1788825600000,
    11966944476.2301
  ]
]