Skip to main content
Glama

Aster Finance MCP Server

by questflowai

getAllOrders

Retrieve all cryptocurrency trading orders from your Aster Finance account, including active, canceled, and filled orders, filtered by symbol and time range.

Instructions

Get all account orders; active, canceled, or filled.

Input Schema

NameRequiredDescriptionDefault
endTimeNo
limitNo
orderIdNo
startTimeNo
symbolYes

Input Schema (JSON Schema)

{ "properties": { "endTime": { "type": "number" }, "limit": { "type": "number" }, "orderId": { "type": "number" }, "startTime": { "type": "number" }, "symbol": { "type": "string" } }, "required": [ "symbol" ], "type": "object" }

Latest Blog Posts

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