Get Spot CVD logo

Catalog action Blockchain Data

Get historical CVD (Cumulative Volume Delta) data for a specific spot trading pair on an exchange. CVD measures the cumulative difference between buy and sell volume over time. Ideal for: trend confirmation, divergence detection, buy/sell pressure analysis, market sentiment.

At a Glance

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

Payload Schema

FieldTypeRequiredDescription
exchangestringYesExchange name (e.g., 'Binance', 'OKX').
symbolstringYesTrading pair symbol (e.g., 'BTCUSDT').
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
exchangestringYesExchange name
symbolstringYesTrading pair symbol
intervalstringYesTime interval
dataPointsarrayYesArray of CVD (Cumulative Volume Delta) data points

Examples

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