Get Options Exchange Volume History logo

Catalog action Blockchain Data

Get historical options trading volume data across exchanges over time. Returns timestamped volume values for each exchange with corresponding price data. Ideal for: volume trend analysis, exchange activity comparison, liquidity assessment, trading flow analysis.

At a Glance

FieldValue
Action IDcoinglass-options-get-exchange-vol-history
CategoryBlockchain Data
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagscoinglass, options, volume, history, exchange, read

Payload Schema

FieldTypeRequiredDescription
symbolstringYesCoin symbol (e.g., 'BTC', 'ETH')
rangestringYesTime range for historical data (e.g., 'all', '1y', '6m', '3m', '1m')

Result Schema

FieldTypeRequiredDescription
symbolstringYesCoin symbol
rangestringYesTime range used
exchangesarrayYesList of exchanges with data
dataPointsarrayYesArray of historical data points

Examples

json
{ "type": "coinglass-options-get-exchange-vol-history", "payload": { "symbol": "ETH", "range": "all" }, "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