Bitcoin Cointime Supply
Bitcoin supply split by cointime economics into awake and dormant cohorts.
Awake supply (economically active coins) versus dormant supply (coins held long-term), alongside the cointime price model, from Bitview's cointime economics framework.
Request format
curl -X GET "https://newhedge.io/api/v2/metrics/cointime-supply/METRIC_NAME?api_token=YOUR_TOKEN"
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.
:metric_name — one of the metric names listed below.
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.
Awake Supply
Data used by the Bitcoin Cointime Supply chart.
https://newhedge.io/api/v2/metrics/cointime-supply/awake_supply?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your API token.
[
[
1788825600000,
10561157.8384945
],
[
1788912000000,
10562184.66329808
],
[
1788998400000,
10562070.91371431
]
]
Dormant Supply
Data used by the Bitcoin Cointime Supply chart.
https://newhedge.io/api/v2/metrics/cointime-supply/dormant_supply?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your API token.
[
[
1788825600000,
9520252.669039819
],
[
1788912000000,
9519728.968956079
],
[
1788998400000,
9520261.46825714
]
]
Cointime Price
Data used by the Bitcoin Cointime Supply chart.
https://newhedge.io/api/v2/metrics/cointime-supply/cointime_price?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your API token.
[
[
1788825600000,
52781.51
],
[
1788912000000,
52786.65
],
[
1788998400000,
52798.75
]
]