Skip to main content
Glama

Binance MCP Server

by mixuechu

execute_hedge_arbitrage_strategy

Execute hedge arbitrage on Binance by leveraging funding rate differences for specified trading pairs and quantities, returning detailed arbitrage 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" }

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