Future Bitcoin Supply and Monetary Inflation

Estimated total number of Bitcoins that will be in circulation at a specific point in the future

How to call

Request format

GET
curl -X GET "https://newhedge.io/api/v2/metrics/future-bitcoin-supply/METRIC_NAME?api_token=YOUR_TOKEN"
Query params

api_token (required) — 24 character token.

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.

2 metrics
Metric

Future Bitcoin Annualized Inflation Rate

Data used by the Future Supply & Inflation chart.

Endpoint
https://newhedge.io/api/v2/metrics/future-bitcoin-supply/future_annualized_inflation_rate?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    5368118400000,
    2.91766610871491e-09
  ],
  [
    5368204800000,
    2.91766610871491e-09
  ],
  [
    5368291200000,
    1.45883305435746e-09
  ]
]
Metric

Future Bitcoin Supply

Data used by the Future Supply & Inflation chart.

Endpoint
https://newhedge.io/api/v2/metrics/future-bitcoin-supply/future_total_supply?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    5368118400000,
    20999605.8639528
  ],
  [
    5368204800000,
    20999605.8639544
  ],
  [
    5368291200000,
    20999605.8639553
  ]
]