Skip to main content
Glama

MCP Bitget Trading Server

by gagarinyury

subscribeToOrderBook

Receive real-time order book updates for specific trading pairs on Bitget cryptocurrency exchange. Specify the symbol and instrument type to monitor market depth and liquidity changes instantly.

Instructions

Subscribe to real-time order book updates

Input Schema

NameRequiredDescriptionDefault
instTypeNoInstrument type (default: SPOT)
symbolYesTrading pair symbol

Input Schema (JSON Schema)

{ "properties": { "instType": { "description": "Instrument type (default: SPOT)", "enum": [ "SPOT", "UMCBL" ], "type": "string" }, "symbol": { "description": "Trading pair symbol", "type": "string" } }, "required": [ "symbol" ], "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