get_funding_arbitrage
Cross-exchange funding-rate arbitrage opportunities from our live table. Returns assets where one exchange pays positive funding (long side) and another negative (short side). Params: exchangeA (e.g. "binance"), exchangeB (e.g. "bingx") to filter pairs between these two, minRateDiff (minimum |rate_diff| in %, e.g. 0.05), limit (max rows, default 20).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max rows (default 20, max 50) | |
| exchangeA | No | First exchange id, e.g. "binance" | |
| exchangeB | No | Second exchange id, e.g. "bingx" | |
| minRateDiff | No | Minimum absolute rate diff in percent (default 0) |