Get OI Aggregated History logo

Catalog action Blockchain Data

Get aggregated Open Interest OHLC (candlestick) history data across all exchanges for a cryptocurrency. Combines open interest from all futures exchanges into a single time series. Supports 1m to 1w intervals. Ideal for: market-wide OI analysis, total derivatives exposure tracking, macro market trends.

At a Glance

FieldValue
Action IDcoinglass-get-oi-aggregated-history
CategoryBlockchain Data
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagscoinglass, open-interest, aggregated, ohlc, futures, derivatives, read

Payload Schema

FieldTypeRequiredDescription
symbolstringYesCoin symbol (e.g., 'BTC', 'ETH'). The aggregated open interest across all exchanges for this coin.
intervalstringYesData aggregation time interval. Supported values: 1m, 3m, 5m, 15m, 30m, 1h, 2h, 4h, 6h, 8h, 12h, 1d, 1w.
limitnumberNoMaximum number of results to return (default: 1000, max: 4500).
startTimenumberNoStart timestamp in seconds (e.g., 1641522717).
endTimenumberNoEnd timestamp in seconds (e.g., 1641522717).

Result Schema

FieldTypeRequiredDescription
symbolstringYesCoin symbol.
intervalstringYesTime interval.
candlesarrayYesArray of OHLC candle data points

Examples

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