Skip to main content
Glama

Aster Finance MCP Server

by questflowai

getTradeList

Retrieve cryptocurrency trade history for a specific trading pair and account on Aster Finance, allowing users to analyze transaction data within specified timeframes and parameters.

Instructions

Get trades for a specific account and symbol.

Input Schema

NameRequiredDescriptionDefault
endTimeNo
fromIdNo
limitNo
startTimeNo
symbolYes

Input Schema (JSON Schema)

{ "properties": { "endTime": { "type": "number" }, "fromId": { "type": "number" }, "limit": { "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