Skip to main content
Glama

aster-info-mcp

by kukapay
MIT License

get_latest_price

Retrieve real-time market prices from the Aster Finance API and display results in a Markdown table. Specify a trading pair symbol for targeted data or fetch all pairs if no symbol is provided.

Instructions

Fetch latest price 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 and price. 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_latest_priceArguments", "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