Get Funding Rate Cumulative logo

Catalog action Blockchain Data

Retrieves cumulative funding rate data from all exchanges for a specific coin over multiple time periods. Shows accumulated rates for 24h, 3d, 7d, 14d, 30d, and 90d periods across exchanges. Ideal for: long-term funding cost analysis, carry trade evaluation, exchange selection for positions.

At a Glance

FieldValue
Action IDcoinglass-get-funding-rate-cumulative
CategoryBlockchain Data
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagscoinglass, futures, derivatives, perpetual, history, read

Payload Schema

FieldTypeRequiredDescription
symbolstringYesCoin symbol (e.g., BTC, ETH).
rangestringYesTime range for the data: '1d', '3d', '7d', '14d', '30d', '90d'.

Result Schema

FieldTypeRequiredDescription
symbolstringYesCoin symbol.
exchangesarrayYesArray of cumulative funding rate data by exchange.

Examples

json
{ "type": "coinglass-get-funding-rate-cumulative", "payload": { "symbol": "ETH", "range": "1d" }, "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