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