get_open_orders
Get current open orders
How to use it
get_open_orders is exposed by the Binance MCP Server MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the get_open_orders tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
Install Binance MCP Server
$
claude mcp add binance --env BINANCE_API_KEY=YOUR_API_KEY --env BINANCE_API_SECRET=YOUR_API_SECRET --env BINANCE_TESTNET=false -- npx -y binance-mcp-serverOther tools in Binance MCP Server (9)
cancel_all_orders
Cancel all open orders (supports both mainnet and testnet)
cancel_order
Cancel specific order (supports both mainnet and testnet)
get_24hr_ticker
Get 24-hour price statistics
get_account_info
Get account information and balances
get_klines
Get K-line/candlestick data
get_order_history
Get historical orders
get_orderbook
Get order book depth data
get_price
Get current price for trading pair
place_order
Place a new order (supports both mainnet and testnet)