Skip to main content
Glama

aster-info-mcp

by kukapay
MIT License

get_price_change_statistics_24h

Retrieve 24-hour price change statistics for specific or all trading pairs from Aster Finance API, formatted as a Markdown table for easy analysis.

Instructions

Fetch 24-hour ticker price change statistics 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, priceChange, priceChangePercent, lastPrice, and volume. 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_price_change_statistics_24hArguments", "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