Skip to main content
Glama

Binance MCP Server

by mixuechu

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mixuechu/binance-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server