Binance MCP Server

get_klines

Retrieve historical candlestick data for Binance trading pairs. Specify symbol, interval, market type, and limit to analyze cryptocurrency price movements using the Binance MCP Server.

Instructions

Get historical candlestick data

Input Schema

NameRequiredDescriptionDefault
intervalYesKline/candlestick chart interval
limitNoNumber of klines to retrieve (default 500, max 1000)
symbolYesTrading pair symbol (e.g., BTCUSDT)
typeYesMarket type

Input Schema (JSON Schema)

{ "properties": { "interval": { "description": "Kline/candlestick chart interval", "enum": [ "1m", "5m", "15m", "30m", "1h", "4h", "1d", "1w", "1M" ], "type": "string" }, "limit": { "description": "Number of klines to retrieve (default 500, max 1000)", "type": "number" }, "symbol": { "description": "Trading pair symbol (e.g., BTCUSDT)", "type": "string" }, "type": { "description": "Market type", "enum": [ "spot", "futures" ], "type": "string" } }, "required": [ "symbol", "type", "interval" ], "type": "object" }

You must be authenticated.

Other Tools from Binance MCP Server

Related Tools

ID: nr5tspngbh