Get Funding Rate Exchange List logo

Catalog action Blockchain Data

Retrieves current funding rate data from all exchanges for a specific coin. Returns both USD-margined and coin-margined rates, next funding time, and predicted rates. Ideal for: cross-exchange funding comparison, arbitrage opportunity detection, funding rate monitoring.

At a Glance

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

Payload Schema

FieldTypeRequiredDescription
symbolstringYesCoin symbol (e.g., BTC, ETH).

Result Schema

FieldTypeRequiredDescription
symbolstringYesCoin symbol.
exchangesarrayYesArray of exchange funding rate data.

Examples

json
{ "type": "coinglass-get-funding-rate-exchange-list", "payload": { "symbol": "ETH" }, "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