Get Funding Rate Cumulative
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.
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
| Field | Value |
|---|---|
| Action ID | coinglass-get-funding-rate-cumulative |
| Category | Blockchain Data |
| Connector | Not required |
| Requires gas | No |
| Funds movement | None declared |
| Tags | coinglass, futures, derivatives, perpetual, history, read |
Payload Schema
| Field | Type | Required | Description |
|---|---|---|---|
symbol | string | Yes | Coin symbol (e.g., BTC, ETH). |
range | string | Yes | Time range for the data: '1d', '3d', '7d', '14d', '30d', '90d'. |
Result Schema
| Field | Type | Required | Description |
|---|---|---|---|
symbol | string | Yes | Coin symbol. |
exchanges | array | Yes | Array of cumulative funding rate data by exchange. |
Examples
json{ "type": "coinglass-get-funding-rate-cumulative", "payload": { "symbol": "ETH", "range": "1d" }, "children": []}
bashcurl -X POST "https://api.b3os.org/v1/actions/coinglass-get-funding-rate-cumulative/test" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "inputs": { "symbol": "ETH", "range": "1d" }}'
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.
