Skip to main content
Glama
bybit-exchange

Bybit MCP Server

Official

getAssetOverview

Retrieve a complete asset overview for your Bybit account, including per-account equity, category, and coin-level breakdowns. Specify account type, member ID, or valuation currency to filter results.

Instructions

Query the total asset overview for the current account, including per-account-type equity breakdowns, category details, and coin-level details.

Notes:

  • This endpoint requires authentication.

  • Supports parent-sub account query: if API key belongs to a sub-account, the parent UID is used automatically.

  • memberId can be specified to query a specific sub-account's assets.

  • Accounts with zero balance are filtered out, except for UnifiedTradingAccount and FundingAccount account types (always returned), or accounts explicitly passed in accountType parameter.

  • Valuation currency defaults to USD if not provided.

  • For UnifiedTradingAccount, DirectStocks assets are merged as a STOCKS category under UTA (not returned as a separate account type).

  • For accounts with isHaveProductType=true (Earn, TradingBot, CopyTrading, Alpha), response includes categories breakdown.

  • For CopyTrading and TradFi account types, negative equity is treated as zero when calculating totalEquity.

  • Zero-equity categories and zero-equity coins are filtered from the response.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
memberIdNo
accountTypeNo
valuationCurrencyNoUSD
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden of behavioral disclosure. It does this exceptionally well, covering authentication, parent/sub-account resolution, zero-balance filtering exceptions, valuation currency default, UTA DirectStocks merging, conditional categories breakdown, negative equity handling, and final response filtering. This is far more transparent than most tool descriptions.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured: a single front-loaded purpose sentence followed by compact bulleted notes. Each note conveys a distinct behavioral fact or edge case, and there is no filler, schema repetition, or redundant elaboration. The length is justified by the number of important behaviors disclosed.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the absence of both annotations and an output schema, this description is remarkably complete. It covers authentication, account scoping, defaults, filtering rules, special account-type behavior, and what the response will include. An agent has enough context to invoke the tool correctly and interpret the result appropriately.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate. It meaningfully explains memberId as a sub-account selector, states that valuationCurrency defaults to USD, and contextualizes accountType through the zero-balance filtering rule and named account types like UnifiedTradingAccount and FundingAccount. It does not enumerate all possible accountType values or provide formats, which prevents a perfect score.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a specific verb and resource: 'Query the total asset overview for the current account, including per-account-type equity breakdowns, category details, and coin-level details.' This clearly states what the tool does and its scope. However, it does not explicitly differentiate this tool from sibling asset-related tools like getAssetList or getAssetDetail, so it is clear but lacks explicit sibling distinction.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context for when to use the tool: for querying total assets of the current account, including sub-account scenarios via memberId. It even explains authentication requirements and parent/sub-account behavior. However, it never explicitly names alternatives or states when not to use this tool versus another, so it stops short of full exclusions/alternatives guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/bybit-exchange/trading-mcp'

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