Bitcoin Transaction Velocity

Velocity of Bitcoin transaction turnover measured in BTC and USD terms

How to call

Request format

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

Btc Velocity

Data used by the Bitcoin Transaction Velocity chart.

Endpoint
https://newhedge.io/api/v2/metrics/transaction-velocity/btc_velocity?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1782864000000,
    13.50891877124957
  ],
  [
    1782950400000,
    13.53344003641947
  ],
  [
    1783036800000,
    13.5433123023535
  ]
]
Metric

Usd Velocity

Data used by the Bitcoin Transaction Velocity chart.

Endpoint
https://newhedge.io/api/v2/metrics/transaction-velocity/usd_velocity?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1782864000000,
    20.06527685095279
  ],
  [
    1782950400000,
    19.66357542016323
  ],
  [
    1783036800000,
    19.35774481204
  ]
]