Binance MCP Server

get_open_orders

Retrieve a list of active orders for a specific trading pair on Binance. Use this tool to monitor and manage open orders efficiently within the Binance MCP Server.

Instructions

Get open orders for a symbol.

Args: symbol: The trading pair.

Returns: List of open orders.

Input Schema

NameRequiredDescriptionDefault
symbolYes

Input Schema (JSON Schema)

{ "properties": { "symbol": { "title": "Symbol", "type": "string" } }, "required": [ "symbol" ], "title": "get_open_ordersArguments", "type": "object" }

You must be authenticated.

Other Tools from Binance MCP Server

Related Tools

ID: 6e21hyefin