Skip to main content
Glama
Muvon

mcp-binance-futures

by Muvon

get_open_orders

Retrieve active pending orders for a specific trading pair on Binance USDT-M Futures, including regular and conditional orders with detailed status information.

Instructions

Get open orders for a symbol.

Returns list of: orderId, clientOrderId, symbol, status, type, side, positionSide, price, origQty, executedQty, avgPrice, stopPrice, timeInForce, reduceOnly, closePosition, updateTime. Algo (conditional) orders also include '_isAlgo': True.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolYesTrading pair, e.g. 'BTCUSDT'
sourceNoWhich orders to fetch: 'regular' = standard orders (LIMIT/MARKET), 'algo' = conditional orders (STOP_MARKET/TAKE_PROFIT_MARKET/etc.), 'all' = both merged (default). Algo orders include '_isAlgo': True — pass is_algo=True to cancel_order for those.all

Latest Blog Posts

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

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