get
https://open-api-v4.coinglass.com/api/futures/cvd/history
This endpoint provides historical Cumulative Volume Delta (CVD) data for a single futures exchange trading pair, including taker buy and sell volumes over time.
Cache / Update Frequency: Real time for all the API plans.
This endpoint is available on the following API plans:
| Plans | Hobbyist | Startup | Standard | Professional | Enterprise |
|---|---|---|---|---|---|
| Available | ❌ | ✅ | ✅ | ✅ | ✅ |
Response Data
{
"code": "0",
"data": [
{
"time": 1762254000000,
"taker_buy_vol": 350281007.0211,
"taker_sell_vol": 325339470.9493,
"cum_vol_delta": 24941536.0718
},
{
"time": 1762257600,
"taker_buy_vol": 286399814.1275,
"taker_sell_vol": 347409544.4937,
"cum_vol_delta": -36068194.2944
},
{
"time": 1762261200,
"taker_buy_vol": 299952362.4807,
"taker_sell_vol": 323978642.5934,
"cum_vol_delta": -60094474.4071
},
]
}