Binance Cryptocurrency MCP

get_recent_trades

Retrieve recent trade data for specified cryptocurrency pairs from Binance, enabling analysis of market activity and price trends with customizable trade limits.

Input Schema

NameRequiredDescriptionDefault
limitNoNumber of trades to return, default 500, max 1000
symbolYesTrading pair symbol, e.g. BTCUSDT

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "description": "Number of trades to return, default 500, max 1000", "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