Get Funding Rate OI Weight logo

Catalog action Blockchain Data

Retrieves open interest-weighted funding rate OHLC data aggregated across all exchanges. Weights funding rates by each exchange's open interest for more accurate market representation. Ideal for: market-wide funding sentiment analysis, OI-adjusted funding strategies, cross-exchange comparisons.

At a Glance

FieldValue
Action IDcoinglass-get-funding-rate-oi-weight
CategoryBlockchain Data
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagscoinglass, open-interest, futures, derivatives, perpetual, ohlc, read

Payload Schema

FieldTypeRequiredDescription
symbolstringYesCoin symbol (e.g., BTC, ETH).
intervalstringYesTime interval for OHLC data.
limitnumberNoMaximum number of results (default: 1000, max: 4500).
startTimenumberNoStart timestamp in seconds.
endTimenumberNoEnd timestamp in seconds.

Result Schema

FieldTypeRequiredDescription
symbolstringYesCoin symbol.
intervalstringYesTime interval.
candlesarrayYesArray of OI-weighted funding rate OHLC candles.

Examples

json
{ "type": "coinglass-get-funding-rate-oi-weight", "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