Get Funding Rate Vol Weight logo

Catalog action Blockchain Data

Retrieves volume-weighted funding rate OHLC data aggregated across all exchanges. Weights funding rates by each exchange's trading volume for liquidity-adjusted analysis. Ideal for: volume-adjusted funding analysis, liquidity-aware strategies, active market funding sentiment.

At a Glance

FieldValue
Action IDcoinglass-get-funding-rate-vol-weight
CategoryBlockchain Data
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagscoinglass, volume, 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 volume-weighted funding rate OHLC candles.

Examples

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