Network Fee Estimator

Live recommended Bitcoin network fees in sat/vB

How to call

Request format

GET
curl -X GET "https://newhedge.io/api/v2/metrics/network-fee-estimator/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.

1 metrics
Metric

Network Fee Estimator

Data used by the Network Fee Estimator chart.

Endpoint
https://newhedge.io/api/v2/metrics/network-fee-estimator/network_fee_estimator?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
{
  "targets": {
    "144": 0.29,
    "504": 0.29,
    "1008": 0.29
  },
  "half_hour": 1.07,
  "updated_at": "2026-07-26T02:10:06Z"
}