Skip to main content
Glama
kydlikebtc

binance-mcp-server

by kydlikebtc

binance_futures_positions

Query your Binance futures positions to monitor holdings, entry and mark prices, unrealized PnL, liquidation price, leverage, and overall risk exposure.

Instructions

🚀 合约持仓查询 - 仓位风险实时监控

🔍 功能说明: 查询合约账户的持仓信息,包括持仓数量、入场价格、标记价格、未实现盈亏、强平价格、杠杆倍数等关键数据。支持查询特定合约或所有持仓,提供完整的风险评估信息。

⚠️ 重要提醒: • 强平风险:当价格接近强平价时会被强制平仓,造成损失 • 实时标记:基于标记价格计算盈亏,与最新成交价可能有差异 • 杠杆风险:高杠杆会放大盈亏,需严格控制仓位规模 • 资金费率:持仓需要支付或收取资金费用,每8小时结算

🎯 适用场景: • 合约交易者监控持仓状态和风险水平 • 风控系统实时评估持仓风险和强平预警 • 交易策略验证和仓位管理优化 • 投资组合分析和风险敞口统计

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

🚀 合约持仓详情

📈 持仓概况:
持仓合约数:3个
总名义价值:156,847.50 USDT
净敞口方向:偏多头
风险等级:中等风险

💰 详细持仓信息:

【1】₿ BTCUSDT 永续合约
持仓方向:多头 (LONG)
持仓数量:+2.50000000 BTC
入场均价:42,850.75 USDT
标记价格:43,289.50 USDT
当前价值:108,223.75 USDT

💸 盈亏情况:
未实现盈亏:+1,097.00 USDT (+2.56%)
盈亏状态:✅ 盈利中
今日盈亏:+523.75 USDT

⚖️ 风险数据:
杠杆倍数:10x(高风险)
保证金类型:逐仓
强平价格:38,765.50 USDT
距强平:+11.64%(相对安全)
维持保证金:2,164.45 USDT

【2】🔷 ETHUSDT 永续合约  
持仓方向:空头 (SHORT)
持仓数量:-8.75000000 ETH
入场均价:2,485.25 USDT
标记价格:2,456.80 USDT
当前价值:-21,497.00 USDT

💸 盈亏情况:
未实现盈亏:+248.94 USDT (+1.14%)
盈亏状态:✅ 盈利中
今日盈亏:-125.30 USDT

⚖️ 风险数据:
杠杆倍数:5x(中风险)
保证金类型:全仓
强平价格:2,612.45 USDT
距强平:+6.33%(需关注)
维持保证金:429.94 USDT

📊 总体分析:
总盈亏:+1,345.94 USDT (+0.86%)
多头敞口:108,223.75 USDT
空头敞口:-21,497.00 USDT
净敞口:+86,726.75 USDT(偏多)

⚡ 风险评估:
整体风险:中等(混合仓位分散风险)
强平预警:ETH空头需重点关注
杠杆水平:平均7.1x(偏高)
保证金充足率:良好

💡 操作建议:
目前持仓整体盈利,但需注意ETH空头的强平风险。
建议适当调整杠杆或增加保证金降低风险。
密切关注市场动态,及时调整止盈止损点位。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolNo指定查询的交易对,如"BTCUSDT"、"ETHUSDT"。不填则返回所有有持仓的合约。支持USDT永续、币本位合约等。
Behavior4/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It warns about liquidation risk, mark price vs. last price differences, leverage risk, and funding fees, and explains that the output includes real-time risk data and today's PnL. It also provides a detailed output example that reveals the exact structure and fields returned. Missing details like error handling are minor for a read-only query tool.

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 clear headers (功能说明, 重要提醒, 适用场景, 输出示例) and front-loads the purpose. However, it is quite verbose, especially the sprawling output example with emojis and repeated warnings. While informative, it could be more concise without losing value.

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 lacking an output schema, the description provides a comprehensive output example that acts as an informal schema, covering all key position fields, risk metrics, and overall analysis. It also includes applicable scenarios and risk warnings, making the tool's behavior fully understandable. The one optional parameter is thoroughly covered by the schema, so nothing is missing.

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 thoroughly documents the 'symbol' parameter with examples and states that omitting it returns all positions. The description only restates '支持查询特定合约或所有持仓' without adding new semantic details. Since schema coverage is 100%, this meets the baseline but doesn't surpass it.

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 immediately states '合约持仓查询' (futures position query) and lists specific data returned (持仓数量, 入场价格, 标记价格, 未实现盈亏, 强平价格, 杠杆倍数), making the tool's purpose unmistakable. It clearly distinguishes itself from sibling tools like order placement or account balance queries.

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 dedicated '适用场景' section listing specific use cases (monitoring positions, risk control, strategy verification, portfolio analysis), giving clear context for when to use the tool. It doesn't explicitly mention exclusions or alternatives, but the scenarios are sufficiently clear for an agent to choose this over other Binance 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