Skip to main content
Glama
kydlikebtc

binance-mcp-server

by kydlikebtc

binance_spot_open_orders

Check all open spot orders on Binance, including new and partially filled, with optional symbol filter to monitor order execution and frozen funds.

Instructions

【现货委托查询】查询现货市场当前所有未成交的委托订单

📋 功能说明

  • 查询状态为NEW(新建)或PARTIALLY_FILLED(部分成交)的订单

  • 支持按交易对筛选或查询全部交易对

  • 实时返回订单价格、数量、成交情况等详细信息

⚠️ 重要提醒

  • 只显示未完全成交的订单

  • 已成交或已撤销的订单不会显示

  • 查询全部时可能返回大量数据,建议指定交易对

🎯 适用场景

  • 检查当前挂单状态和价格

  • 批量撤销前查看委托列表

  • 监控订单执行进度

  • 策略调整前了解现有持仓

📊 输出示例 查询成功后将返回:

🔍 现货委托订单查询结果

📊 整体概况
查询范围:BTCUSDT 现货交易对
发现订单:2 个未成交委托
总委托价值:约 90 USDT
冻结资金:90 USDT

📋 委托详情

🟡 订单 #12345678
交易对:BTCUSDT (BTC/USDT现货)
交易方向:买入 (做多)
订单类型:限价单
委托数量:0.001 BTC
委托价格:45,000 USDT
成交进度:0 BTC (0%)
订单状态:等待成交
下单时间:2022-01-01 08:00:00
预计金额:45 USDT

🟡 订单 #12345679
交易对:BTCUSDT (BTC/USDT现货)
交易方向:卖出 (做空)
订单类型:限价单
委托数量:0.001 BTC
委托价格:46,000 USDT
成交进度:0 BTC (0%)
订单状态:等待成交
下单时间:2022-01-01 09:00:00
预计金额:46 USDT

💡 建议操作
- 可使用撤单功能取消不需要的订单
- 关注市场价格,适时调整委托价格
- 注意冻结资金对可用余额的影响

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolNo交易对符号(可选,默认查询全部) • 指定交易对可提高查询效率和精确度 • 格式:基础资产+计价资产,如BTCUSDT、ETHUSDT • 不填写则返回所有交易对的委托订单 • 建议优先指定具体交易对 💡 使用建议: - 查看特定交易对:填写symbol参数 - 查看全部委托:不填写任何参数 - 数量较多时建议分交易对查询
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries full responsibility. It discloses that only NEW and PARTIALLY_FILLED orders are returned, executed/canceled orders are excluded, querying all may return large data, and it provides a detailed output example showing the exact response format including frozen funds. This is highly transparent.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with headings and emojis, but it is quite long due to a detailed output example and 'suggested actions' section. The output example adds value for transparency, but the 'suggested actions' are somewhat extraneous for tool selection. It is appropriately front-loaded but not concise.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Considering the simple tool (1 optional param, no annotations, no output schema), the description is exceptionally complete. It explains filtering options, statuses, data volume considerations, use cases, and provides a full output example, giving the agent everything needed to use it correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema already describes the single 'symbol' parameter with examples and usage tips (100% coverage). The description mentions filtering by pair or querying all, which repeats schema content but doesn't add new syntax or format details. Thus the basis is 3, as schema does the heavy lifting.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states '查询现货市场当前所有未成交的委托订单' (query all current unfilled orders in the spot market), identifying a specific verb and resource. It distinguishes from sibling tools by explicitly noting it is for spot (现货) and includes only unexecuted orders, unlike order history or futures tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit use cases (checking current orders, before batch cancel, monitoring progress, strategy adjustments) and recommends specifying a trading pair for efficiency. It also warns about large data volumes when querying all. However, it does not explicitly exclude when not to use it compared to futures tools, though the spot designation makes that implicit.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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

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