Skip to main content
Glama

Binance MCP Server

by qeinfinity

get_market_data

Fetch real-time market data for trading pairs on Binance, including spot and futures, to monitor and analyze cryptocurrency markets efficiently.

Instructions

Get comprehensive market data for a trading pair

Input Schema

NameRequiredDescriptionDefault
symbolYesTrading pair symbol (e.g., BTCUSDT)
typeYesMarket type

Input Schema (JSON Schema)

{ "properties": { "symbol": { "description": "Trading pair symbol (e.g., BTCUSDT)", "type": "string" }, "type": { "description": "Market type", "enum": [ "spot", "futures" ], "type": "string" } }, "required": [ "symbol", "type" ], "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