Skip to main content
Glama

Bybit Server

get_wallet_balance

Retrieve wallet balance details for a specified account type and coin on Bybit. Supports UNIFIED, CONTRACT, and SPOT accounts to help users monitor their crypto holdings effectively.

Instructions

Get wallet balance Args: accountType (str): Account type (UNIFIED, CONTRACT, SPOT) coin (Optional[str]): Coin symbol Returns: Dict: Wallet balance information Example: get_wallet_balance("UNIFIED", "BTC") Reference: https://bybit-exchange.github.io/docs/v5/account/wallet-balance

Input Schema

NameRequiredDescriptionDefault
accountTypeYesAccount type (UNIFIED, CONTRACT, SPOT)
coinNoCoin symbol

Input Schema (JSON Schema)

{ "properties": { "accountType": { "description": "Account type (UNIFIED, CONTRACT, SPOT)", "title": "Accounttype", "type": "string" }, "coin": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Coin symbol", "title": "Coin" } }, "required": [ "accountType" ], "title": "get_wallet_balanceArguments", "type": "object" }

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/dlwjdtn535/mcp-bybit-server'

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