Skip to main content
Glama

MCP Bitget Trading Server

by gagarinyury

unsubscribeFromChannel

Stop receiving real-time updates from a specific WebSocket channel on the Bitget crypto exchange. Specify the channel name, trading pair, and instrument type to unsubscribe.

Instructions

Unsubscribe from a WebSocket channel

Input Schema

NameRequiredDescriptionDefault
channelYesChannel name (ticker, books, etc.)
instTypeNoInstrument type (default: SPOT)
symbolYesTrading pair symbol

Input Schema (JSON Schema)

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