Skip to main content
Glama
kydlikebtc

binance-mcp-server

by kydlikebtc

binance_futures_open_orders

Retrieve current open futures orders with status, price, quantity, and margin details. Optionally specify a symbol to filter results for a specific contract.

Instructions

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

📋 功能说明

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

  • 支持按合约筛选或查询全部合约

  • 实时返回订单价格、数量、保证金占用等详细信息

⚠️ 重要提醒

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

  • 显示每个订单占用的保证金情况

  • 查询全部时可能返回大量数据,建议指定合约

🎯 适用场景

  • 检查当前持仓和委托状态

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

  • 监控杠杆使用和保证金占用

  • 风险管理和持仓分析

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

🔍 合约委托订单查询结果

📊 整体概况
查询范围:BTCUSDT 永续合约
发现订单:3 个未成交委托
总委托价值:约 135 USDT
占用保证金:13.5 USDT (10倍杠杆)

📋 委托详情

🟡 订单 #123456789 [等待成交]
合约类型:BTCUSDT 永续合约
交易方向:买入开多仓 (看涨)
订单类型:限价单
委托数量:0.001 BTC
委托价格:45,000 USDT
成交进度:0 BTC (0%)
占用保证金:4.5 USDT
下单时间:2022-01-01 08:00:00

🟡 订单 #123456790 [部分成交]
合约类型:BTCUSDT 永续合约
交易方向:卖出开空仓 (看跌)
订单类型:限价单
委托数量:0.002 BTC
委托价格:46,000 USDT
成交进度:0.001 BTC (50%)
占用保证金:4.6 USDT
下单时间:2022-01-01 09:00:00

💰 保证金分析
总占用保证金:13.5 USDT
可用余额:986.5 USDT
保证金使用率:1.35%
风险等级:低风险

💡 建议操作
- 关注市场价格,适时调整委托价格
- 注意保证金使用率,避免过度杠杆
- 可使用撤单功能管理不需要的订单

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolNo合约交易对(可选,默认查询全部) • 指定合约可提高查询效率和精确度 • 支持USDT永续合约和币本位合约 • 不填写则返回所有合约的委托订单 • 建议优先指定具体合约 💡 使用建议: - 查看特定合约:填写symbol参数 - 查看全部委托:不填写任何参数 - 数量较多时建议分合约查询
Behavior5/5

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

With no annotations provided, the description carries the full burden and does so well. It discloses that only NEW and PARTIALLY_FILLED orders are returned, warns about potentially large datasets when querying all contracts, and details the information returned (price, quantity, margin usage, etc.). This goes well beyond the basic read-only nature implied by the tool name.

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

Conciseness4/5

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

The description is well-structured with clear sections and front-loaded with a concise function summary. While the output example is lengthy and contains some potentially redundant details, it adds value because there is no output schema. Overall, the structure is organized but the example could be trimmed.

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?

Despite having no output schema, the description is highly complete: it explains the query scope, the returned order statuses, the returned details, margin analysis, and includes a comprehensive output example. This gives the agent enough context to select the tool correctly and understand what will be returned.

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 schema already provides 100% coverage for the only parameter (symbol), including examples and usage recommendations. The description adds only marginal value by mentioning contract filtering without supplying new semantic details beyond what the schema already states, so the baseline score of 3 is appropriate.

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 it queries all unfilled futures orders (NEW and PARTIALLY_FILLED) with a specific verb+resource. It distinguishes itself from sibling tools by explicitly describing the order statuses and its focus on open orders, which is distinct from order history or cancellation 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 a clear '适用场景' section listing concrete use cases such as checking pending orders before batch cancellation and monitoring margin usage. It also advises specifying a contract to avoid large data volume, but it does not explicitly mention when not to use the tool or name alternative tools.

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