Skip to main content
Glama

Aster Finance MCP Server

by questflowai

placeOrder

Execute cryptocurrency trades on Aster Finance by submitting buy or sell orders with various order types including limit, market, stop, and take profit orders.

Instructions

Send in a new order.

Input Schema

NameRequiredDescriptionDefault
positionSideNo
priceNo
quantityNo
sideYes
stopPriceNo
symbolYes
timeInForceNo
typeYes

Input Schema (JSON Schema)

{ "properties": { "positionSide": { "enum": [ "BOTH", "LONG", "SHORT" ], "type": "string" }, "price": { "type": "number" }, "quantity": { "type": "number" }, "side": { "enum": [ "BUY", "SELL" ], "type": "string" }, "stopPrice": { "type": "number" }, "symbol": { "type": "string" }, "timeInForce": { "enum": [ "GTC", "IOC", "FOK", "GTX" ], "type": "string" }, "type": { "enum": [ "LIMIT", "MARKET", "STOP", "STOP_MARKET", "TAKE_PROFIT", "TAKE_PROFIT_MARKET", "TRAILING_STOP_MARKET" ], "type": "string" } }, "required": [ "symbol", "side", "type" ], "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