Binance MCP Server

get_account_balance

Retrieve the balance of a specific cryptocurrency asset from your Binance account by providing the asset symbol, such as BTC or ETH, to monitor your holdings and manage transactions effectively.

Instructions

Get the balance of a specific cryptocurrency asset.

Args: asset: The cryptocurrency symbol, e.g., BTC.

Returns: Asset balance info.

Input Schema

NameRequiredDescriptionDefault
assetYes

Input Schema (JSON Schema)

{ "properties": { "asset": { "title": "Asset", "type": "string" } }, "required": [ "asset" ], "title": "get_account_balanceArguments", "type": "object" }

You must be authenticated.

Other Tools from Binance MCP Server

Related Tools

ID: 6e21hyefin