Skip to main content
Glama

MCP Bitget Trading Server

by gagarinyury

getCandles

Retrieve historical candlestick (OHLCV) data for cryptocurrency trading pairs on Bitget. Specify symbol, interval, and limit to analyze market trends effectively.

Instructions

Get historical candlestick/OHLCV data

Input Schema

NameRequiredDescriptionDefault
intervalYesCandle interval
limitNoNumber of candles (default: 100)
symbolYesTrading pair symbol

Input Schema (JSON Schema)

{ "properties": { "interval": { "description": "Candle interval", "enum": [ "1m", "5m", "15m", "30m", "1h", "4h", "1d" ], "type": "string" }, "limit": { "description": "Number of candles (default: 100)", "type": "number" }, "symbol": { "description": "Trading pair symbol", "type": "string" } }, "required": [ "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/gagarinyury/MCP-bitget-trading'

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