Skip to main content
Glama
kydlikebtc

binance-mcp-server

by kydlikebtc

binance_spot_price

Fetch current spot market prices for Binance pairs. Supports single and batch queries to obtain accurate price data for portfolio valuation and market analysis.

Instructions

【现货价格查询】获取现货市场的实时价格信息

📋 功能说明

  • 查询单个或多个现货交易对的实时价格

  • 提供精确的市场价格信息和价格变动

  • 支持单个查询或批量查询

  • 实时数据,无延迟

⚠️ 重要提醒

  • 价格数据实时更新,可能存在毫秒级波动

  • 批量查询时限制返回前100个活跃交易对

  • 价格仅供参考,交易时以实际成交价为准

🎯 适用场景

  • 查看市场当前价格走势

  • 交易决策前的价格参考

  • 投资组合估值计算

  • 市场监控和预警

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

💰 现货价格查询结果

📈 实时价格
交易对:BTCUSDT (BTC/USDT 现货)
当前价格:45,250.50 USDT
更新时间:2022-01-01 10:30:15

📉 价格变动
24小时消息:暂无数据
价格精度:2 小数位
最小价格变动:0.01 USDT

✨ 数据状态
数据来源:Binance 官方 API
数据延迟:< 100ms
更新频率:实时推送

💡 交易提示
当前价格适合作为市价单参考。
限价单建议在此价格上下设置合理的价格区间。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolNo指定交易对,如"BTCUSDT"、"ETHUSDT"等。不填则返回所有现货交易对的价格(为性能考虑,限制返回前100个活跃交易对)。
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses real-time updates, millisecond fluctuations, the 100-pair batch limit, and that prices are reference-only. It also adds data source and latency details ('Binance 官方 API', '< 100ms'), providing useful behavioral context.

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 sections, but it is verbose. Decorative emojis and a redundant '交易提示' block add length without enhancing understanding. The output example is useful but could be trimmed.

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?

For a single-optional-parameter tool with no annotations or output schema, the description covers use cases, behavioral warnings, limits, and an illustrative output. Missing details about multi-pair input format are the main gap, but overall it is sufficiently complete for an agent to invoke the tool.

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% for the single symbol parameter, so the baseline is 3. The description adds a generic '支持单个查询或批量查询' but does not clarify how batch input should be formatted (e.g., comma-separated list), which is a gap since the schema only shows single-pair examples.

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 explicitly states '获取现货市场的实时价格信息' (get real-time spot market price information), clearly identifying the verb and resource. It distinguishes from siblings like binance_futures_price by specifying '现货' (spot) and from orderbook/ticker tools by focusing on price.

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 '适用场景' section provides clear use cases (market monitoring, pre-trade reference, portfolio valuation) and the '重要提醒' warns about batch limits and price volatility. However, it does not explicitly name alternative sibling tools or state when NOT to use this tool.

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