Binance MCP Server

get_trade_history

Retrieve the recent trade history for a specific trading pair on Binance. Specify the symbol and limit to fetch a list of trade summaries for analysis or decision-making.

Instructions

Get recent trade history for a pair.

Args: symbol: The trading pair. limit: Number of trades to fetch.

Returns: List of trade summaries.

Input Schema

NameRequiredDescriptionDefault
limitNo
symbolYes

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 10, "title": "Limit", "type": "integer" }, "symbol": { "title": "Symbol", "type": "string" } }, "required": [ "symbol" ], "title": "get_trade_historyArguments", "type": "object" }

You must be authenticated.

Other Tools from Binance MCP Server

Related Tools

ID: 6e21hyefin