Skip to main content
Glama

Aster Finance MCP Server

by questflowai

countdownCancelAll

Cancel all open cryptocurrency trading orders after a specified countdown period to manage risk and automate order cleanup on the Aster exchange.

Instructions

Auto-cancel all open orders.

Input Schema

NameRequiredDescriptionDefault
countdownTimeYesCountdown time in milliseconds.
symbolYes

Input Schema (JSON Schema)

{ "properties": { "countdownTime": { "description": "Countdown time in milliseconds.", "type": "number" }, "symbol": { "type": "string" } }, "required": [ "symbol", "countdownTime" ], "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