Skip to main content
Glama

Binance Cryptocurrency MCP

by snjyor

get_historical_trades

Retrieve historical trade data for specific cryptocurrency pairs on Binance. Specify symbol, limit, and starting trade ID to access past transaction details for analysis.

Input Schema

NameRequiredDescriptionDefault
fromIdNoTrade ID to start from, default returns the most recent trades
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": { "fromId": { "description": "Trade ID to start from, default returns the most recent trades", "type": "number" }, "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

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

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