Skip to main content
Glama

Aster Finance MCP Server

by questflowai

historicalTrades

Retrieve past cryptocurrency market trades from Aster Finance to analyze trading patterns and market activity for informed decision-making.

Instructions

Get older market historical trades.

Input Schema

NameRequiredDescriptionDefault
fromIdNoTradeId to fetch from.
limitNoNumber of results. Default 500, max 1000.
symbolYesTrading symbol

Input Schema (JSON Schema)

{ "properties": { "fromId": { "description": "TradeId to fetch from.", "type": "number" }, "limit": { "description": "Number of results. Default 500, max 1000.", "type": "number" }, "symbol": { "description": "Trading 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