find_arbitrage_pairs
Identify arbitrage opportunities by analyzing funding rate magnitude, trading volume, and funding rate direction consistency.
Instructions
Find arbitrage pairs based on funding rate, volume, and rate direction stability.
Args: min_funding_rate: Minimum absolute funding rate to qualify. min_avg_volume: Minimum 24hr volume in USDT. history_limit: Number of historical funding rate records to analyze. stability_threshold: Minimum proportion of funding rates in same direction.
Returns: List of qualifying arbitrage opportunities.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| min_funding_rate | No | ||
| min_avg_volume | No | ||
| history_limit | No | ||
| stability_threshold | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |