Skip to main content
Glama
kydlikebtc

binance-mcp-server

by kydlikebtc

binance_check_order_precision

Validate price and quantity against trading pair precision and order limits to ensure successful order placement on Binance.

Instructions

🔍 订单精度检查器 - 下单前必备验证工具

🔍 功能说明: 检查订单参数是否符合指定交易对的精度要求和限制条件。验证价格精度、数量精度、最小下单量、最大下单量等关键参数,确保订单能够成功提交,避免因格式错误导致的下单失败。

⚠️ 重要提醒: • 精度规则:不同交易对有不同的价格和数量精度要求 • 下单限制:需要满足最小下单量、最小名义金额等条件 • 实时规则:交易规则可能调整,建议下单前实时检查 • 程序化交易:API下单必须严格遵守精度要求

🎯 适用场景: • 程序化交易系统下单前的参数验证 • 手动下单时确认订单格式正确性 • 交易机器人的风控和参数校验 • 新交易对规则学习和理解

✅ 输出示例: 检查完成后将返回:

🔍 BTCUSDT 订单精度检查结果

📊 检查参数:
交易对:BTCUSDT (BTC/USDT现货)
市场类型:现货市场
检查价格:43,250.50 USDT
检查数量:0.12345 BTC

⚖️ 精度规则:
价格精度:2位小数 (0.01)
数量精度:5位小数 (0.00001)
最小变动价格:0.01 USDT
最小变动数量:0.00001 BTC

📏 限制条件:
最小下单量:0.00001 BTC ✅ 符合要求
最大下单量:9000.00000 BTC ✅ 符合要求
最小名义金额:10.00 USDT ✅ 符合要求
当前名义金额:5,334.99 USDT

✅ 验证结果:

🟢 价格检查:通过
原始价格:43,250.50 USDT
规范价格:43,250.50 USDT
精度状态:✅ 完全符合要求
调整幅度:0.00 USDT (无需调整)

🟢 数量检查:通过
原始数量:0.12345 BTC
规范数量:0.12345 BTC  
精度状态:✅ 完全符合要求
调整幅度:0.00000 BTC (无需调整)

🟢 限额检查:通过
最小量检查:✅ 大于0.00001 BTC
最大量检查:✅ 小于9000 BTC
名义金额:✅ 大于10 USDT
交易状态:✅ 正常交易中

💡 下单建议:
所有参数均符合要求,可以直接下单。
当前市场流动性良好,成交概率高。
建议订单类型:限价单或市价单均可。

🎯 参数总结:
最终价格:43,250.50 USDT ✅
最终数量:0.12345 BTC ✅  
订单价值:5,334.99 USDT ✅
可执行性:100% (完全合规)

⚠️ 重要提醒:
所有精度检查通过,但请注意:
1. 价格可能随市场实时波动
2. 限价单需要考虑成交概率
3. 大额订单建议分批执行
4. 关注市场深度避免滑点

🔧 技术细节:
价格步长:0.01 USDT
数量步长:0.00001 BTC
订单ID格式:数字字符串
最大小数位:价格2位,数量5位

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
priceYes要检查的价格。检查是否符合该交易对的价格精度(小数位数)要求。
marketNospot=现货市场,futures=合约市场。不同市场的精度要求可能不同。默认spot。
symbolYes要检查的交易对,如"BTCUSDT"。支持现货和合约交易对。
quantityYes要检查的数量。检查是否符合该交易对的数量精度和最小下单量要求。
Behavior4/5

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

No annotations are provided, so the description carries the burden. It discloses that it checks real-time rules, validates precision/limits, and returns a detailed result with suggestions. It does not explicitly state it is non-mutating, but the checking nature and output example make side effects unlikely. No contradiction with annotations.

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 heavily structured with headings and emojis, and front-loads the core purpose. However, it is overly long due to a massive output example that repeats points and includes non-essential advice. Every sentence does not earn its place, so it's less concise than ideal.

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

Completeness4/5

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

With no output schema, the description compensates with a detailed example return format. It covers what parameters are checked, limitations, and applicable scenarios. However, it lacks failure case examples and doesn't describe error conditions or how to handle invalid symbols, leaving some completeness gaps.

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?

Schema coverage is 100% and the parameter descriptions are already clear. The tool description adds a comprehensive output example that illustrates how parameters map to results, but it doesn't provide additional semantic detail beyond the schema fields themselves.

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 this tool checks order parameters (price, quantity, limits) against trading pair precision requirements, using specific verbs and resource. It distinguishes itself from siblings like order placement and account info tools by emphasizing pre-order validation.

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 applicable scenarios (pre-order validation, manual orders, trading bot risk control) and emphasizes checking before placing orders. It does not explicitly mention alternatives or when not to use, but the context is clear enough.

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