Get Spot Aggregated CVD logo

Catalog action Blockchain Data

Get historical CVD (Cumulative Volume Delta) data aggregated across exchanges for a specific coin. CVD measures the cumulative difference between buy and sell volume over time across multiple exchanges. Ideal for: market-wide trend confirmation, cross-exchange divergence, aggregated sentiment analysis.

At a Glance

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

Payload Schema

FieldTypeRequiredDescription
exchangeListstringYesComma-separated exchange names (e.g., 'Binance,OKX,Bybit').
symbolstringYesCoin symbol (e.g., 'BTC', 'ETH').
intervalstringYesTime interval (e.g., '1m', '5m', '15m', '30m', '1h', '4h', '12h', '1d').
limitnumberNoNumber of data points to return (default: 100).
startTimenumberNoStart timestamp in milliseconds.
endTimenumberNoEnd timestamp in milliseconds.

Result Schema

FieldTypeRequiredDescription
exchangeListstringYesComma-separated exchange names
symbolstringYesCoin symbol
intervalstringYesTime interval
dataPointsarrayYesArray of aggregated CVD (Cumulative Volume Delta) data points

Examples

json
{ "type": "coinglass-spot-get-aggregated-cvd", "payload": { "exchangeList": "example-exchangeList", "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