Skip to main content
Glama

Aster Finance MCP Server

by questflowai

modifyPositionMargin

Adjust margin for isolated cryptocurrency trading positions on Aster Finance to manage risk exposure by adding or reducing collateral.

Instructions

Modify isolated position margin.

Input Schema

NameRequiredDescriptionDefault
amountYes
positionSideNo
symbolYes
typeYes1: Add, 2: Reduce

Input Schema (JSON Schema)

{ "properties": { "amount": { "type": "number" }, "positionSide": { "enum": [ "BOTH", "LONG", "SHORT" ], "type": "string" }, "symbol": { "type": "string" }, "type": { "description": "1: Add, 2: Reduce", "enum": [ 1, 2 ], "type": "number" } }, "required": [ "symbol", "amount", "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