Skip to main content
Glama
bybit-exchange

Bybit MCP Server

Official

getTickers

Retrieve current price, best bid/ask, and 24-hour trading statistics for any symbol across spot, futures, and options.

Instructions

Retrieve the latest price snapshot, best bid/ask price, and 24-hour trading statistics across all supported product types.

Use this endpoint when you need to:

  • Get the current last traded price (lastPrice) for a symbol

  • Retrieve best bid/ask price (bid1Price, ask1Price) and size at level 1

  • Access 24-hour high/low prices, volume, and turnover statistics

  • For options: retrieve implied volatility (bid1Iv, ask1Iv, markIv) and Greeks

Supported Products: Spot, USDT contract, USDC contract, Inverse contract, Option

Response fields differ per category. For option, either symbol or baseCoin must be provided.

Do not use this endpoint for multi-level orderbook depth — use getOrderbook instead. Do not use this endpoint for historical price data — use getMarketKline instead.

Notes:

  • Response fields differ per category; see schema definitions for details

  • For option: either symbol or baseCoin must be provided

  • No authentication required

Agent hint: Use this endpoint when the user asks about current price, 24h stats, or best bid/ask for any symbol. Response fields vary by category — spot, linear/inverse, and option each return different fields. For options, query by baseCoin to get all option tickers for a given underlying asset. For multi-level depth use getOrderbook; for historical candles use getMarketKline.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
categoryYes
symbolNo
baseCoinNo
expDateNo
Behavior4/5

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

No annotations are provided, so the description carries full burden. It discloses that no authentication is required and notes that response fields vary per category. It also specifies the required parameters for options. However, it does not mention rate limits, pagination, or error behavior, but given the read-only nature, this is acceptable.

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

Conciseness4/5

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

The description is well-structured with bullet points and a summary section. It front-loads the core purpose and is efficient, though there is minor repetition regarding response fields and option conditions. Overall, every sentence adds value.

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

Completeness4/5

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

Given the complexity (4 params, no output schema, many siblings), the description covers purpose, usage guidelines, supported products, and parameter constraints. It lacks details on the 'expDate' parameter and could mention size limits, but it is largely complete for a ticker endpoint.

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

Parameters3/5

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

The schema has 4 parameters with 0% description coverage. The description adds clarity by listing the categories and explaining that for 'option' either symbol or baseCoin must be provided, which is not evident from the schema alone. However, it does not explain the 'expDate' parameter, leaving some semantics incomplete.

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

Purpose5/5

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

The description starts with a specific verb 'Retrieve' and clearly defines the resource as 'latest price snapshot, best bid/ask price, and 24-hour trading statistics across all supported product types.' It lists supported products and distinguishes from sibling tools like getOrderbook and getMarketKline by explicitly stating what not to use this tool for.

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

Usage Guidelines5/5

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

The description provides explicit when-to-use scenarios (e.g., 'when you need to: Get the current last traded price...') and includes 'Do not use' instructions with specific alternatives for orderbook depth and historical data. The 'Agent hint' section further reinforces appropriate usage.

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