Binance Cryptocurrency MCP

get_avg_price

Calculate the average price of a cryptocurrency trading pair on Binance. Input a symbol (e.g., BTCUSDT) to retrieve the weighted average price based on market data.

Input Schema

NameRequiredDescriptionDefault
symbolYesTrading pair symbol, e.g. BTCUSDT

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "symbol": { "description": "Trading pair symbol, e.g. BTCUSDT", "type": "string" } }, "required": [ "symbol" ], "type": "object" }
ID: sq1g72mqqx