Future Bitcoin Supply and Monetary Inflation
Estimated total number of Bitcoins that will be in circulation at a specific point in the future
Request format
curl -X GET "https://newhedge.io/api/v2/metrics/future-bitcoin-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.
Future Bitcoin Annualized Inflation Rate
Data used by the Future Supply & Inflation chart.
https://newhedge.io/api/v2/metrics/future-bitcoin-supply/future_annualized_inflation_rate?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your API token.
[
[
5368118400000,
2.91766610871491e-09
],
[
5368204800000,
2.91766610871491e-09
],
[
5368291200000,
1.45883305435746e-09
]
]
Future Bitcoin Supply
Data used by the Future Supply & Inflation chart.
https://newhedge.io/api/v2/metrics/future-bitcoin-supply/future_total_supply?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your API token.
[
[
5368118400000,
20999605.8639528
],
[
5368204800000,
20999605.8639544
],
[
5368291200000,
20999605.8639553
]
]