Skip to main content
Glama

Binance MCP Server

by mixuechu

get_symbol_price

Fetch the current price of any cryptocurrency pair on Binance. Input the pair symbol (e.g., BTCUSDT) to receive real-time price data directly from the exchange.

Instructions

Get the current price of a cryptocurrency pair.

Args: symbol: The cryptocurrency pair, e.g., BTCUSDT.

Returns: Price information from Binance.

Input Schema

NameRequiredDescriptionDefault
symbolYes

Input Schema (JSON Schema)

{ "properties": { "symbol": { "title": "Symbol", "type": "string" } }, "required": [ "symbol" ], "title": "get_symbol_priceArguments", "type": "object" }

You must be authenticated.

Other Tools from Binance MCP Server

Related Tools

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/mixuechu/binance-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server