Skip to main content
Glama

Bybit Server

get_open_orders

Retrieve open orders on Bybit based on category, symbol, order ID, or filter. Specify limits to fetch specific order details for trading strategies or monitoring.

Instructions

Get open orders Args: category (str): Category (spot, linear, inverse, etc.) symbol (Optional[str]): Symbol (e.g., BTCUSDT) orderId (Optional[str]): Order ID orderLinkId (Optional[str]): Order link ID orderFilter (Optional[str]): Order filter limit (int): Number of orders to retrieve Returns: Dict: Open orders Example: get_open_orders("spot", "BTCUSDT", "123456789", "link123", "Order", 10) Reference: https://bybit-exchange.github.io/docs/v5/order/open-order

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.)", "title": "Category", "type": "string" }, "limit": { "default": 50, "description": "Number of orders to retrieve", "title": "Limit", "type": "integer" }, "orderFilter": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Order filter", "title": "Orderfilter" }, "orderId": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Order ID", "title": "Orderid" }, "orderLinkId": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Order link ID", "title": "Orderlinkid" }, "symbol": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Symbol (e.g., BTCUSDT)", "title": "Symbol" } }, "required": [ "category" ], "title": "get_open_ordersArguments", "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/dlwjdtn535/mcp-bybit-server'

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