Get Aggregated CVD History logo

Catalog action Blockchain Data

Retrieve aggregated Cumulative Volume Delta (CVD) history for a coin across multiple trading pairs. Aggregates net buying pressure across all pairs for comprehensive order flow analysis. Ideal for: coin-level order flow, detecting large-scale accumulation/distribution, market-wide sentiment.

At a Glance

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

Payload Schema

FieldTypeRequiredDescription
exchangestringYesExchange name (e.g., Binance, OKX)
symbolstringYesCoin symbol (e.g., BTC, ETH)
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
symbolstringYesCoin symbol
intervalstringYesTime interval
dataPointsarrayYesArray of aggregated CVD data points

Examples

json
{ "type": "coinglass-get-aggregated-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