Binance Cryptocurrency MCP

get_order_book

Retrieve real-time order book data for Binance cryptocurrency trading pairs. Specify symbol and depth to access bid-ask prices and quantities, enabling AI agents to analyze market liquidity and trading opportunities.

Input Schema

NameRequiredDescriptionDefault
limitNoOrder book depth, default 100, max 5000
symbolYesTrading pair symbol, e.g. BTCUSDT

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "description": "Order book depth, default 100, max 5000", "type": "number" }, "symbol": { "description": "Trading pair symbol, e.g. BTCUSDT", "type": "string" } }, "required": [ "symbol" ], "type": "object" }

You must be authenticated.

Other Tools from Binance Cryptocurrency MCP

Related Tools

ID: sq1g72mqqx