Get CVD History logo

Catalog action Blockchain Data

Retrieve Cumulative Volume Delta (CVD) history for a specific trading pair on futures markets. CVD measures the net buying pressure (buy volume - sell volume) over time. Ideal for: order flow analysis, detecting accumulation/distribution, identifying divergences with price.

At a Glance

FieldValue
Action IDcoinglass-get-cvd
CategoryBlockchain Data
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagscoinglass, cvd, volume, futures, orderflow, read

Payload Schema

FieldTypeRequiredDescription
exchangestringYesExchange name (e.g., Binance, OKX)
symbolstringYesTrading pair symbol (e.g., BTCUSDT)
intervalstringYesTime interval: 1m, 3m, 5m, 15m, 30m, 1h, 2h, 4h, 6h, 8h, 12h, 1d, 1w
limitnumberNoNumber of results (default: 1000, max: 4500)
startTimenumberNoStart timestamp in seconds
endTimenumberNoEnd timestamp in seconds

Result Schema

FieldTypeRequiredDescription
exchangestringYesExchange name
symbolstringYesTrading pair symbol
intervalstringYesTime interval
dataPointsarrayYesArray of CVD data points

Examples

json
{ "type": "coinglass-get-cvd", "payload": { "exchange": "example-exchange", "symbol": "ETH", "interval": "1m" }, "children": []}

Payload fields can use workflow expressions such as {{$trigger.body.amount}}, {{$nodes.fetch.result.price}}, and {{$props.asset}} when the value should come from a trigger, prior node, or reusable workflow prop.

Ask a question... ⌘I