Get OI Coin Margin History logo

Catalog action Blockchain Data

Get aggregated coin-margined Open Interest OHLC history (BTC, ETH as collateral). Shows inverse/coin-settled futures only, excluding stablecoin margins. Supports 1m to 1w intervals. Ideal for: inverse perpetual tracking, coin-margined exposure analysis, margin type comparison.

At a Glance

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

Payload Schema

FieldTypeRequiredDescription
symbolstringYesCoin symbol (e.g., 'BTC', 'ETH'). The aggregated coin-margined open interest 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 for coin-margined open interest

Examples

json
{ "type": "coinglass-get-oi-coin-margin-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