Skip to main content
Glama

Bybit MCP Server

by sammcj

get_order_blocks

Identify institutional order accumulation zones in Bybit markets using volume analysis. Tracks bullish and bearish order blocks, their mitigation status, and volume peaks for informed trading decisions.

Instructions

Detect institutional order accumulation zones based on volume analysis. Identifies bullish and bearish order blocks using volume peaks and tracks their mitigation status.

Input Schema

NameRequiredDescriptionDefault
bearishBlocksNoNumber of bearish blocks to track (default: 3)
bullishBlocksNoNumber of bullish blocks to track (default: 3)
categoryYesCategory of the instrument
intervalYesKline interval
limitNoHistorical data points to analyse (default: 200)
mitigationMethodNoMitigation detection method (default: wick)
symbolYesTrading pair symbol (e.g., 'BTCUSDT')
volumePivotLengthNoVolume pivot detection period (default: 5)

Input Schema (JSON Schema)

{ "properties": { "bearishBlocks": { "description": "Number of bearish blocks to track (default: 3)", "maximum": 10, "minimum": 1, "type": "number" }, "bullishBlocks": { "description": "Number of bullish blocks to track (default: 3)", "maximum": 10, "minimum": 1, "type": "number" }, "category": { "description": "Category of the instrument", "enum": [ "spot", "linear", "inverse" ], "type": "string" }, "interval": { "description": "Kline interval", "enum": [ "1", "3", "5", "15", "30", "60", "120", "240", "360", "720", "D", "W", "M" ], "type": "string" }, "limit": { "description": "Historical data points to analyse (default: 200)", "maximum": 1000, "minimum": 100, "type": "number" }, "mitigationMethod": { "description": "Mitigation detection method (default: wick)", "enum": [ "wick", "close" ], "type": "string" }, "symbol": { "description": "Trading pair symbol (e.g., 'BTCUSDT')", "pattern": "^[A-Z0-9]+$", "type": "string" }, "volumePivotLength": { "description": "Volume pivot detection period (default: 5)", "maximum": 20, "minimum": 1, "type": "number" } }, "required": [ "symbol", "category", "interval" ], "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