Skip to main content
Glama

Bybit Server

get_instruments_info

Fetch detailed exchange instrument information via the Bybit Server, including category, symbol, status, and base coin, to analyze market data and optimize trading strategies.

Instructions

Get exchange information Args: category (str): Category (spot, linear, inverse, etc.) symbol (str): Symbol (e.g., BTCUSDT) status (Optional[str]): Status baseCoin (Optional[str]): Base coin Returns: Dict: Exchange information Example: get_instruments_info("spot", "BTCUSDT", "Trading", "BTC") Reference: https://bybit-exchange.github.io/docs/v5/market/instrument

Input Schema

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

Input Schema (JSON Schema)

{ "properties": { "baseCoin": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Base coin", "title": "Basecoin" }, "category": { "description": "Category (spot, linear, inverse, etc.)", "title": "Category", "type": "string" }, "status": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Status", "title": "Status" }, "symbol": { "description": "Symbol (e.g., BTCUSDT)", "title": "Symbol", "type": "string" } }, "required": [ "category", "symbol" ], "title": "get_instruments_infoArguments", "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