Skip to main content
Glama

Bybit MCP Server

by sammcj

get_orderbook

Query real-time market depth data for specific trading pairs on Bybit. Specify symbol, category, and limit to retrieve bids and asks for informed trading decisions.

Instructions

Get orderbook (market depth) data for a trading pair

Input Schema

NameRequiredDescriptionDefault
categoryNoCategory of the instrument (spot, linear, inverse)
limitNoLimit for the number of bids and asks (1, 25, 50, 100, 200)
symbolYesTrading pair symbol (e.g., 'BTCUSDT')

Input Schema (JSON Schema)

{ "properties": { "category": { "description": "Category of the instrument (spot, linear, inverse)", "enum": [ "spot", "linear", "inverse" ], "type": "string" }, "limit": { "description": "Limit for the number of bids and asks (1, 25, 50, 100, 200)", "enum": [ "1", "25", "50", "100", "200" ], "type": "string" }, "symbol": { "description": "Trading pair symbol (e.g., 'BTCUSDT')", "pattern": "^[A-Z0-9]+$", "type": "string" } }, "required": [ "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/sammcj/bybit-mcp'

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