Get Funding Rate Arbitrage
Retrieves funding rate arbitrage opportunities across all trading pairs and exchanges. Shows max/min rates, spreads, and average rates for each coin to identify arbitrage potential. Ideal for: funding rate arbitrage strategies, cross-exchange opportunity scanning, market inefficiency detection.
Catalog action Blockchain Data
Retrieves funding rate arbitrage opportunities across all trading pairs and exchanges. Shows max/min rates, spreads, and average rates for each coin to identify arbitrage potential. Ideal for: funding rate arbitrage strategies, cross-exchange opportunity scanning, market inefficiency detection.
At a Glance
| Field | Value |
|---|---|
| Action ID | coinglass-get-funding-rate-arbitrage |
| Category | Blockchain Data |
| Connector | Not required |
| Requires gas | No |
| Funds movement | None declared |
| Tags | coinglass, futures, derivatives, perpetual, trading, read |
Payload Schema
This action does not declare payload fields.
Result Schema
| Field | Type | Required | Description |
|---|---|---|---|
data | array | Yes | Array of funding rate arbitrage opportunities. |
Examples
json{ "type": "coinglass-get-funding-rate-arbitrage", "payload": {}, "children": []}
bashcurl -X POST "https://api.b3os.org/v1/actions/coinglass-get-funding-rate-arbitrage/test" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "inputs": {}}'
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.
