Skip to main content
Glama

Aster Finance MCP Server

by questflowai

indexPriceKlines

Retrieve candlestick chart data for cryptocurrency index prices to analyze market trends and price movements over specified time periods.

Instructions

Kline/candlestick bars for the index price of a pair.

Input Schema

NameRequiredDescriptionDefault
endTimeNoEnd time in ms
intervalYesKline interval
limitNoNumber of results. Default 500, max 1500.
pairYesTrading pair, e.g., BTCUSDT
startTimeNoStart time in ms

Input Schema (JSON Schema)

{ "properties": { "endTime": { "description": "End time in ms", "type": "number" }, "interval": { "description": "Kline interval", "type": "string" }, "limit": { "description": "Number of results. Default 500, max 1500.", "type": "number" }, "pair": { "description": "Trading pair, e.g., BTCUSDT", "type": "string" }, "startTime": { "description": "Start time in ms", "type": "number" } }, "required": [ "pair", "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