Skip to main content
Glama

Bybit MCP Server

by sammcj

get_wallet_balance

Retrieve real-time cryptocurrency wallet balance for authenticated users on Bybit. Specify account type and optional coin to access precise financial data.

Instructions

Get wallet balance information for the authenticated user

Input Schema

NameRequiredDescriptionDefault
accountTypeYesAccount type
coinNoCryptocurrency symbol, e.g., BTC, ETH, USDT. If not specified, returns all coins.

Input Schema (JSON Schema)

{ "properties": { "accountType": { "description": "Account type", "enum": [ "UNIFIED", "CONTRACT", "SPOT" ], "type": "string" }, "coin": { "description": "Cryptocurrency symbol, e.g., BTC, ETH, USDT. If not specified, returns all coins.", "type": "string" } }, "required": [ "accountType" ], "type": "object" }

You must be authenticated.

Other Tools from Bybit 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/sammcj/bybit-mcp'

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