Skip to main content
Glama

MCP Bitget Trading Server

by gagarinyury

getOrders

Retrieve current open orders from the Bitget exchange, filtered by symbol or status, to manage and monitor trading positions effectively via the MCP Bitget Trading Server.

Instructions

Get current open orders

Input Schema

NameRequiredDescriptionDefault
statusNoFilter by status
symbolNoFilter by symbol

Input Schema (JSON Schema)

{ "properties": { "status": { "description": "Filter by status", "enum": [ "open", "filled", "cancelled" ], "type": "string" }, "symbol": { "description": "Filter by symbol", "type": "string" } }, "required": [], "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