Skip to main content
Glama

Aster Finance MCP Server

by questflowai

transferAsset

Move cryptocurrency funds between futures and spot trading accounts on the Aster exchange to manage trading positions and capital allocation.

Instructions

Transfer between futures and spot.

Input Schema

NameRequiredDescriptionDefault
amountYes
assetYes
clientTranIdYes
kindTypeYes

Input Schema (JSON Schema)

{ "properties": { "amount": { "type": "number" }, "asset": { "type": "string" }, "clientTranId": { "type": "string" }, "kindType": { "enum": [ "FUTURE_SPOT", "SPOT_FUTURE" ], "type": "string" } }, "required": [ "asset", "amount", "clientTranId", "kindType" ], "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