Skip to main content
Glama

Bybit MCP Server

get_instruments_info

Retrieve detailed exchange information for Bybit trading instruments, including category, symbol, status, and base coin. Supports spot, linear, and inverse markets for accurate market data access and trading decisions.

Instructions

Get exchange information

Input Schema

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

Input Schema (JSON Schema)

{ "properties": { "baseCoin": { "description": "Base coin", "type": "string" }, "category": { "description": "Category (spot, linear, inverse, etc.)", "type": "string" }, "status": { "description": "Status", "type": "string" }, "symbol": { "description": "Symbol (e.g., BTCUSDT)", "type": "string" } }, "required": [ "category", "symbol" ], "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/kondisettyravi/mcp-bybit-node'

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