Skip to main content
Glama

Binance Cryptocurrency MCP

by snjyor

get_rolling_window_ticker

Fetch real-time cryptocurrency market data for specific trading pairs within defined time windows using the Binance Cryptocurrency MCP. Specify symbols, window size, and data type (FULL or MINI) for detailed or condensed insights.

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

Other Tools from Binance Cryptocurrency MCP

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/snjyor/binance-mcp'

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