Skip to main content
Glama

CCXT MCP Server

cancelOrder

Cancel an open cryptocurrency order by specifying the account, order ID, and trading symbol. Integrates with the CCXT MCP Server to manage orders across 100+ exchanges.

Instructions

Cancel an existing order using a configured account

Input Schema

NameRequiredDescriptionDefault
accountNameYesAccount name defined in the configuration file (e.g., 'bybit_main')
idYesOrder ID to cancel
paramsNoAdditional exchange-specific parameters
symbolYesTrading symbol (e.g., 'BTC/USDT')

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "accountName": { "description": "Account name defined in the configuration file (e.g., 'bybit_main')", "type": "string" }, "id": { "description": "Order ID to cancel", "type": "string" }, "params": { "additionalProperties": {}, "description": "Additional exchange-specific parameters", "type": "object" }, "symbol": { "description": "Trading symbol (e.g., 'BTC/USDT')", "type": "string" } }, "required": [ "accountName", "id", "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/lazy-dinosaur/ccxt-mcp'

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