Binance MCP Server

get_futures_open_interest

Retrieve real-time open interest data for a specific futures trading pair on Binance using WebSocket streaming. Input the trading pair symbol to access current market insights.

Instructions

Get current open interest for a futures trading pair

Input Schema

NameRequiredDescriptionDefault
symbolYesTrading pair symbol (e.g., BTCUSDT)

Input Schema (JSON Schema)

{ "properties": { "symbol": { "description": "Trading pair symbol (e.g., BTCUSDT)", "type": "string" } }, "required": [ "symbol" ], "type": "object" }

You must be authenticated.

Other Tools from Binance MCP Server

Related Tools

ID: nr5tspngbh