Skip to main content
Glama

Bybit MCP Server

get_orderbook

Retrieve real-time orderbook data for a specific cryptocurrency symbol on Bybit. Input category (spot, linear, inverse) and symbol (e.g., BTCUSDT) to access up to 50 bid and ask entries for informed trading decisions.

Instructions

Get orderbook data for a specific symbol

Input Schema

NameRequiredDescriptionDefault
categoryYesCategory (spot, linear, inverse, etc.)
limitNoNumber of orderbook entries to retrieve
symbolYesSymbol (e.g., BTCUSDT)

Input Schema (JSON Schema)

{ "properties": { "category": { "description": "Category (spot, linear, inverse, etc.)", "type": "string" }, "limit": { "default": 50, "description": "Number of orderbook entries to retrieve", "type": "number" }, "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