Skip to main content
Glama

Binance MCP Server

by mixuechu

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

NameRequiredDescriptionDefault
history_daysNo
min_avg_volumeNo
min_funding_rateNo
stability_thresholdNo

Input Schema (JSON Schema)

{ "properties": { "history_days": { "default": 7, "title": "History Days", "type": "integer" }, "min_avg_volume": { "default": 1000000, "title": "Min Avg Volume", "type": "number" }, "min_funding_rate": { "default": 0.0005, "title": "Min Funding Rate", "type": "number" }, "stability_threshold": { "default": 0.8, "title": "Stability Threshold", "type": "number" } }, "title": "find_arbitrage_pairsArguments", "type": "object" }

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