Skip to main content
Glama

Bybit MCP Server

get_kline

Retrieve K-line (candlestick) data for specific cryptocurrency pairs on Bybit. Specify category, symbol, time interval, and optional start/end times to analyze market trends and price movements efficiently.

Instructions

Get K-line (candlestick) data

Input Schema

NameRequiredDescriptionDefault
categoryYesCategory (spot, linear, inverse, etc.)
endNoEnd time in milliseconds
intervalYesTime interval (1, 3, 5, 15, 30, 60, 120, 240, 360, 720, D, W, M)
limitNoNumber of records to retrieve
startNoStart time in milliseconds
symbolYesSymbol (e.g., BTCUSDT)

Input Schema (JSON Schema)

{ "properties": { "category": { "description": "Category (spot, linear, inverse, etc.)", "type": "string" }, "end": { "description": "End time in milliseconds", "type": "number" }, "interval": { "description": "Time interval (1, 3, 5, 15, 30, 60, 120, 240, 360, 720, D, W, M)", "type": "string" }, "limit": { "default": 200, "description": "Number of records to retrieve", "type": "number" }, "start": { "description": "Start time in milliseconds", "type": "number" }, "symbol": { "description": "Symbol (e.g., BTCUSDT)", "type": "string" } }, "required": [ "category", "symbol", "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/kondisettyravi/mcp-bybit-node'

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