execute_hedge_arbitrage_strategy
Execute hedge arbitrage by opening opposing spot and perpetual positions to capture funding rate differentials for a given trading pair.
Instructions
Execute hedge arbitrage based on funding rate. Opens opposing positions in spot and linear perpetual to capture funding rate.
Args: symbol: The trading pair, e.g., BTCUSDT. quantity: Amount to trade.
Returns: Summary of the arbitrage result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| quantity | Yes |