Skip to main content
Glama

Binance MCP Server

by ethancod1ng

get_orderbook

Retrieve real-time order book depth data for specified trading pairs from Binance to analyze market liquidity and price levels.

Instructions

获取订单簿深度数据

Input Schema

NameRequiredDescriptionDefault
limitNo深度限制,默认100
symbolYes交易对符号,如 BTCUSDT

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 100, "description": "深度限制,默认100", "type": "number" }, "symbol": { "description": "交易对符号,如 BTCUSDT", "type": "string" } }, "required": [ "symbol" ], "type": "object" }

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

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