Skip to main content
Glama

MCP Bitget Trading Server

by gagarinyury

placeOrder

Execute buy or sell orders on Bitget for spot and futures trading. Automatically detects market type, supports limit and market orders, and manages parameters like quantity, price, and time in force for efficient trading.

Instructions

Place a new buy or sell order (automatically detects spot vs futures)

Input Schema

NameRequiredDescriptionDefault
clientOrderIdNoClient order ID
marginCoinNoMargin coin for futures (default: USDT)
marginModeNoMargin mode for futures (default: crossed)
priceNoOrder price (required for limit orders)
quantityYesOrder quantity (in base currency for spot, in contracts for futures)
reduceOnlyNoReduce only flag for futures
sideYesOrder side
symbolYesTrading pair symbol (e.g., BTCUSDT for spot, BTCUSDT_UMCBL for futures)
timeInForceNoTime in force
typeYesOrder type

Input Schema (JSON Schema)

{ "properties": { "clientOrderId": { "description": "Client order ID", "type": "string" }, "marginCoin": { "description": "Margin coin for futures (default: USDT)", "type": "string" }, "marginMode": { "description": "Margin mode for futures (default: crossed)", "enum": [ "crossed", "isolated" ], "type": "string" }, "price": { "description": "Order price (required for limit orders)", "type": "string" }, "quantity": { "description": "Order quantity (in base currency for spot, in contracts for futures)", "type": "string" }, "reduceOnly": { "description": "Reduce only flag for futures", "type": "boolean" }, "side": { "description": "Order side", "enum": [ "buy", "sell" ], "type": "string" }, "symbol": { "description": "Trading pair symbol (e.g., BTCUSDT for spot, BTCUSDT_UMCBL for futures)", "type": "string" }, "timeInForce": { "description": "Time in force", "enum": [ "GTC", "IOC", "FOK" ], "type": "string" }, "type": { "description": "Order type", "enum": [ "market", "limit" ], "type": "string" } }, "required": [ "symbol", "side", "type", "quantity" ], "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