Get Options Exchange OI History logo

Catalog action Blockchain Data

Get historical options open interest data across exchanges over time. Returns timestamped OI values for each exchange with corresponding price data. Supports USD or coin unit. Ideal for: OI trend analysis, exchange flow tracking, market structure analysis, historical comparisons.

At a Glance

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

Payload Schema

FieldTypeRequiredDescription
symbolstringYesCoin symbol (e.g., 'BTC', 'ETH')
rangestringYesTime range for historical data (e.g., 'all', '1y', '6m', '3m', '1m')
unitstringYesUnit for open interest values (e.g., 'USD' or coin symbol like 'BTC')

Result Schema

FieldTypeRequiredDescription
symbolstringYesCoin symbol
rangestringYesTime range used
unitstringYesUnit for OI values
exchangesarrayYesList of exchanges with data
dataPointsarrayYesArray of historical data points

Examples

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