find_arbitrage_pairs
Identify arbitrage opportunities on Binance by analyzing funding rates, trading volume, and rate direction stability. Set custom thresholds for funding rates, volume, and historical consistency to filter qualifying pairs.
Instructions
Find arbitrage pairs based on funding rate, volume, and rate direction stability.
Args: min_funding_rate: Minimum funding rate to qualify. min_avg_volume: Minimum 24hr volume in USDT. history_days: How many days of history to analyze. stability_threshold: Minimum proportion of funding rates in same direction.
Returns: List of qualifying arbitrage opportunities.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
history_days | No | ||
min_avg_volume | No | ||
min_funding_rate | No | ||
stability_threshold | No |