Bitcoin Cumulative Volume Delta (CVD)

Cumulative sum of net buying and selling pressure in Bitcoin markets, calculated in USD by aggregating the difference between market buy and sell volume across major exchanges

How to call

Request format

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

5 metrics
Metric

Bitcoin Cvd Dollars Binance

Data used by the Bitcoin CVD chart.

Endpoint
https://newhedge.io/api/v2/metrics/cvd-dollars/bitcoin_cvd_dollars_binance?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1778976000000,
    -18913371708.61542
  ],
  [
    1779062400000,
    -19080256911.69642
  ],
  [
    1779148800000,
    -19298193524.28342
  ]
]
Metric

Bitcoin Cvd Dollars Bybit

Data used by the Bitcoin CVD chart.

Endpoint
https://newhedge.io/api/v2/metrics/cvd-dollars/bitcoin_cvd_dollars_bybit?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1778976000000,
    -9399865077.391924
  ],
  [
    1779062400000,
    -9275844389.928923
  ],
  [
    1779148800000,
    -9243758145.492922
  ]
]
Metric

Bitcoin Cvd Dollars Deribit

Data used by the Bitcoin CVD chart.

Endpoint
https://newhedge.io/api/v2/metrics/cvd-dollars/bitcoin_cvd_dollars_deribit?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1778976000000,
    -1071729971.965999
  ],
  [
    1779062400000,
    -1100067132.976999
  ],
  [
    1779148800000,
    -1058002042.775999
  ]
]
Metric

Bitcoin Cvd Dollars Hyperliquid

Data used by the Bitcoin CVD chart.

Endpoint
https://newhedge.io/api/v2/metrics/cvd-dollars/bitcoin_cvd_dollars_hyperliquid?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1778976000000,
    -10730211162.45498
  ],
  [
    1779062400000,
    -10736839107.86498
  ],
  [
    1779148800000,
    -10800762598.01298
  ]
]
Metric

Bitcoin Cvd Dollars Okx

Data used by the Bitcoin CVD chart.

Endpoint
https://newhedge.io/api/v2/metrics/cvd-dollars/bitcoin_cvd_dollars_okx?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1778976000000,
    -5484330919.839983
  ],
  [
    1779062400000,
    -5358706558.743987
  ],
  [
    1779148800000,
    -5454695801.032988
  ]
]