Binance MCP Server

execute_hedge_arbitrage_strategy

Execute automated arbitrage strategies on Binance by leveraging funding rate differences. Input symbol and quantity to optimize trading performance and summarize results.

Instructions

Execute hedge arbitrage based on funding rate.

Args: symbol: The trading pair. quantity: Amount to trade.

Returns: Summary of the arbitrage result.

Input Schema

NameRequiredDescriptionDefault
quantityYes
symbolYes

Input Schema (JSON Schema)

{ "properties": { "quantity": { "title": "Quantity", "type": "string" }, "symbol": { "title": "Symbol", "type": "string" } }, "required": [ "symbol", "quantity" ], "title": "execute_hedge_arbitrage_strategyArguments", "type": "object" }

You must be authenticated.

Other Tools from Binance MCP Server

Related Tools

ID: 6e21hyefin