Skip to main content
Glama

Aster Finance MCP Server

by questflowai

cancelBatchOrders

Cancel multiple cryptocurrency trading orders simultaneously on Aster Finance Futures by specifying order IDs or client order IDs for a given trading symbol.

Instructions

Cancel multiple orders.

Input Schema

NameRequiredDescriptionDefault
orderIdListNo
origClientOrderIdListNo
symbolYes

Input Schema (JSON Schema)

{ "properties": { "orderIdList": { "items": { "type": "number" }, "type": "array" }, "origClientOrderIdList": { "items": { "type": "string" }, "type": "array" }, "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/questflowai/aster-mcp-server'

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