Skip to main content
Glama

Binance MCP Server

by qeinfinity

subscribe_market_data

Subscribe to real-time Binance market data for spot and futures, including tickers, trades, klines, and order book depth, by specifying trading pairs and data streams.

Instructions

Subscribe to real-time market data updates

Input Schema

NameRequiredDescriptionDefault
streamsYesList of data streams to subscribe to
symbolYesTrading pair symbol (e.g., BTCUSDT)
typeYesMarket type

Input Schema (JSON Schema)

{ "properties": { "streams": { "description": "List of data streams to subscribe to", "items": { "enum": [ "ticker", "trade", "kline", "depth", "forceOrder", "markPrice", "openInterest" ], "type": "string" }, "type": "array" }, "symbol": { "description": "Trading pair symbol (e.g., BTCUSDT)", "type": "string" }, "type": { "description": "Market type", "enum": [ "spot", "futures" ], "type": "string" } }, "required": [ "symbol", "type", "streams" ], "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/qeinfinity/binance-mcp-server'

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