Bybit MCP Server

get_market_info

Retrieve detailed market data for specific trading pairs or categories (spot, linear, inverse) from Bybit’s cryptocurrency exchange API. Query real-time information with optional filters for symbols and result limits.

Instructions

Get detailed market information for trading pairs

Input Schema

NameRequiredDescriptionDefault
categoryNoCategory of the instrument (spot, linear, inverse)
limitNoLimit for the number of results (max 1000)
symbolNoOptional: Trading pair symbol (e.g., 'BTCUSDT'). If not provided, returns info for all symbols in the category

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 results (max 1000)", "enum": [ "1", "10", "50", "100", "200", "500", "1000" ], "type": "string" }, "symbol": { "description": "Optional: Trading pair symbol (e.g., 'BTCUSDT'). If not provided, returns info for all symbols in the category", "type": "string" } }, "required": [], "type": "object" }

You must be authenticated.

Other Tools from Bybit MCP Server

Related Tools

ID: ydqbfrwdg4