Skip to main content
Glama

aster-info-mcp

by kukapay
MIT License

get_premium_index

Retrieve Premium Index data for trading pairs via Aster Finance API, formatted as a Markdown table. Specify a symbol or fetch all pairs' data including markPrice, indexPrice, funding rate, and next funding time.

Instructions

Fetch Premium Index data from Aster Finance API and return as Markdown table text. Parameters: symbol (Optional[str]): Trading pair symbol (e.g., 'BTCUSDT', 'ETHUSDT'). Case-insensitive. If None, returns data for all symbols. Returns: str: Markdown table containing symbol, markPrice, indexPrice, lastFundingRate, and nextFundingTime. Raises: Exception: If the API request fails or data processing encounters an error.

Input Schema

NameRequiredDescriptionDefault
symbolNo

Input Schema (JSON Schema)

{ "properties": { "symbol": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Symbol" } }, "title": "get_premium_indexArguments", "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/kukapay/aster-info-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server