Binance Cryptocurrency MCP

get_rolling_window_ticker

Fetch rolling window data for specified cryptocurrency trading pairs on Binance, including time-based intervals (e.g., 1m, 4h) and return types (FULL or MINI). Ideal for analyzing price trends and market movements.

Input Schema

NameRequiredDescriptionDefault
symbolNoTrading pair symbol, e.g. BTCUSDT
symbolsNoArray of multiple trading pair symbols
typeNoReturn data type, FULL or MINI
windowSizeNoWindow size, e.g. 1m, 4h, 1d

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "symbol": { "description": "Trading pair symbol, e.g. BTCUSDT", "type": "string" }, "symbols": { "description": "Array of multiple trading pair symbols", "items": { "type": "string" }, "type": "array" }, "type": { "description": "Return data type, FULL or MINI", "enum": [ "FULL", "MINI" ], "type": "string" }, "windowSize": { "description": "Window size, e.g. 1m, 4h, 1d", "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools from Binance Cryptocurrency MCP

Related Tools

ID: sq1g72mqqx