Skip to main content
Glama

Binance MCP Server

by ethancod1ng

get_order_history

Retrieve past order records for a specific trading pair on Binance to analyze trading history and performance.

Instructions

获取历史订单记录

Input Schema

NameRequiredDescriptionDefault
limitNo数量限制,默认500
symbolYes交易对符号,如 BTCUSDT

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 500, "description": "数量限制,默认500", "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