Skip to main content
Glama
questflowai

Aster Finance MCP Server

by questflowai

getForceOrders

Retrieve cryptocurrency force orders including liquidations and ADL events from Aster Finance Futures API to monitor automated position closures and analyze market conditions.

Instructions

Get user's force orders.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
autoCloseTypeNo
endTimeNo
limitNo
startTimeNo
symbolNo

Implementation Reference

  • Handler for the getForceOrders tool: makes a signed GET request to the /fapi/v1/forceOrders Aster API endpoint with the provided arguments.
    case 'getForceOrders': return makeRequest('GET', '/fapi/v1/forceOrders', args, true);
  • Schema definition for the getForceOrders tool, specifying input parameters: symbol (string), autoCloseType (enum: LIQUIDATION/ADL), startTime/endTime (number), limit (number).
    { name: 'getForceOrders', description: "Get user's force orders.", inputSchema: { type: 'object', properties: { symbol: { type: 'string' }, autoCloseType: { type: 'string', enum: ['LIQUIDATION', 'ADL'] }, startTime: { type: 'number' }, endTime: { type: 'number' }, limit: { type: 'number' }, }, }, },

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