Binance MCP Server

get_futures_open_interest

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" }