Skip to main content
Glama

Bybit MCP Server

by sammcj

get_wallet_balance

Retrieve wallet balance details for a Bybit account by specifying account type and cryptocurrency. Use this tool to access real-time balance information for UNIFIED, CONTRACT, or SPOT accounts.

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" }

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