Skip to main content
Glama

Bybit Server

get_tickers

Retrieve real-time ticker data for specific symbols on Bybit, such as BTCUSDT, across categories like spot, linear, and inverse. Use this tool to access market information essential for trading decisions.

Instructions

Get ticker information Args: category (str): Category (spot, linear, inverse, etc.) symbol (str): Symbol (e.g., BTCUSDT) Returns: Dict: Ticker information Example: get_tickers("spot", "BTCUSDT") Reference: https://bybit-exchange.github.io/docs/v5/market/tickers

Input Schema

NameRequiredDescriptionDefault
categoryYesCategory (spot, linear, inverse, etc.)
symbolYesSymbol (e.g., BTCUSDT)

Input Schema (JSON Schema)

{ "properties": { "category": { "description": "Category (spot, linear, inverse, etc.)", "title": "Category", "type": "string" }, "symbol": { "description": "Symbol (e.g., BTCUSDT)", "title": "Symbol", "type": "string" } }, "required": [ "category", "symbol" ], "title": "get_tickersArguments", "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