Skip to main content
Glama

Bybit MCP Server

get_open_orders

Retrieve open orders from Bybit exchange by specifying category, symbol, or order ID. Manage and monitor active trades effectively with customizable filters and limits for precise order tracking.

Instructions

Get open orders

Input Schema

NameRequiredDescriptionDefault
categoryYesCategory (spot, linear, inverse, etc.)
limitNoNumber of orders to retrieve
orderFilterNoOrder filter
orderIdNoOrder ID
orderLinkIdNoOrder link ID
symbolNoSymbol (e.g., BTCUSDT)

Input Schema (JSON Schema)

{ "properties": { "category": { "description": "Category (spot, linear, inverse, etc.)", "type": "string" }, "limit": { "default": 50, "description": "Number of orders to retrieve", "type": "number" }, "orderFilter": { "description": "Order filter", "type": "string" }, "orderId": { "description": "Order ID", "type": "string" }, "orderLinkId": { "description": "Order link ID", "type": "string" }, "symbol": { "description": "Symbol (e.g., BTCUSDT)", "type": "string" } }, "required": [ "category" ], "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