Skip to main content
Glama

Aster Finance MCP Server

by questflowai

aggTrades

Retrieve compressed aggregate market trades for cryptocurrency symbols to analyze trading patterns and market activity with timestamp and volume data.

Instructions

Get compressed, aggregate market trades.

Input Schema

NameRequiredDescriptionDefault
endTimeNoTimestamp in ms to get aggregate trades until INCLUSIVE.
fromIdNoID to get aggregate trades from INCLUSIVE.
limitNoNumber of results. Default 500, max 1000.
startTimeNoTimestamp in ms to get aggregate trades from INCLUSIVE.
symbolYesTrading symbol

Input Schema (JSON Schema)

{ "properties": { "endTime": { "description": "Timestamp in ms to get aggregate trades until INCLUSIVE.", "type": "number" }, "fromId": { "description": "ID to get aggregate trades from INCLUSIVE.", "type": "number" }, "limit": { "description": "Number of results. Default 500, max 1000.", "type": "number" }, "startTime": { "description": "Timestamp in ms to get aggregate trades from INCLUSIVE.", "type": "number" }, "symbol": { "description": "Trading symbol", "type": "string" } }, "required": [ "symbol" ], "type": "object" }

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