Skip to main content
Glama

Aster Finance MCP Server

by questflowai

klines

Retrieve candlestick chart data for cryptocurrency trading symbols to analyze price movements and market trends over specified time intervals.

Instructions

Get Kline/candlestick bars for a symbol.

Input Schema

NameRequiredDescriptionDefault
endTimeNoEnd time in ms
intervalYesKline interval (e.g., 1m, 5m, 1h, 1d)
limitNoNumber of results. Default 500, max 1500.
startTimeNoStart time in ms
symbolYesTrading symbol

Input Schema (JSON Schema)

{ "properties": { "endTime": { "description": "End time in ms", "type": "number" }, "interval": { "description": "Kline interval (e.g., 1m, 5m, 1h, 1d)", "type": "string" }, "limit": { "description": "Number of results. Default 500, max 1500.", "type": "number" }, "startTime": { "description": "Start time in ms", "type": "number" }, "symbol": { "description": "Trading symbol", "type": "string" } }, "required": [ "symbol", "interval" ], "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