Skip to main content
Glama
kydlikebtc

binance-mcp-server

by kydlikebtc

binance_exchange_info

Retrieve Binance exchange trading rules and restrictions: supported pairs, order size limits, precision, fees, and API rate limits. Essential for configuring automated trading and risk management.

Instructions

⚙️ 交易所信息查询 - 交易规则和限制说明

🔍 功能说明: 获取Binance交易所的基本信息和交易规则,包括支持的交易对、最小下单量、价格数量精度、手续费规则、API限制等详细信息。是进行程序化交易和风控设置的基础参考。

⚠️ 重要提醒: • 实时更新:交易规则可能随时调整,建议定期查询 • 精度要求:下单时必须严格遵守价格和数量精度规则 • 限制条件:包含最小下单量、最大下单量、单笔限额等 • API限速:注意请求频率限制,避免触发风控

🎯 适用场景: • 程序化交易系统获取交易对配置信息 • 风控系统设置订单参数验证规则 • 交易员了解新交易对的交易限制 • 合规人员确认交易规则和监管要求

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

⚙️ Binance 交易所信息概览

🌐 基础信息:
服务器时区:UTC+0
服务器时间:2024-01-15 15:30:25
系统状态:正常运行
支持交易对:1,847 个

📊 交易对示例(BTCUSDT):
交易状态:TRADING(正常交易)
基础资产:BTC(比特币)
计价资产:USDT(泰达币)
支持权限:现货交易、杠杆交易

💰 交易限制:
最小下单量:0.00001 BTC
最大下单量:9000.00000 BTC
价格精度:2 位小数(0.01)
数量精度:5 位小数(0.00001)
最小名义金额:10 USDT

📈 其他规则:
价格过滤器:±10% 价格保护
冰山订单:支持
止盈止损:支持
市价单:支持,最大滑点 5%

⚡ API限制:
请求频率:1200次/分钟(权重计算)
订单频率:50笔/10秒
WebSocket:每连接 5 个数据流

💡 重要说明:
所有订单必须满足上述精度和限制要求。
系统维护时段可能暂停交易,请关注官方公告。
新交易对可能有特殊规则,请以最新信息为准。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
marketNospot=现货市场信息(默认),futures=合约市场信息。不同市场有不同的交易规则和限制。
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It explicitly warns about real-time updates, strict precision requirements, order size limits, API rate limits, and system maintenance periods. It also provides a detailed output example showing server time, system status, trading pair details, and API limits, which gives the agent a strong expectation of the data returned.

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 long but well-structured with clear sections (功能说明, 重要提醒, 适用场景, 输出示例) and uses bullet points and emojis for readability. It is front-loaded with the core purpose. The detailed output example is somewhat verbose but serves to set expectations for the return format, which is valuable given there is no output schema. Each section earns its place, though trimming the example could improve conciseness.

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?

This is a relatively simple read-only info tool with one optional parameter and no output schema. The description fully compensates by providing a comprehensive output example covering exchange base info, trading pair details, trading restrictions, other rules, API limits, and important notes. It also addresses key operational concerns like real-time updates and rate limits, making it complete for an agent to understand and invoke the tool 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 has 100% coverage of the single parameter 'market', including an enum and a description explaining the difference between spot and futures. The description itself does not add further parameter-level detail, so the baseline score of 3 is appropriate. The output example implicitly illustrates spot market information, but this is not tied directly to the parameter semantics.

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 the tool's function: querying Binance exchange information and trading rules, including supported trading pairs, minimum order sizes, price/quantity precision, fee rules, and API limits. It is explicitly positioned as a foundational reference for programmatic trading and risk control, and the focus on exchange-wide rules clearly distinguishes it from sibling tools like account balances, orders, and market data.

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 '适用场景' (applicable scenarios) section listing four specific use cases: programmatic trading systems, risk control verification, learning new trading pair restrictions, and compliance confirmation. This gives clear context for when to use the tool, though it does not explicitly mention alternatives or exclude scenarios that are better served by sibling 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