Skip to main content
Glama

aster-info-mcp

by kukapay
MIT License

get_order_book_ticker

Retrieve real-time order book ticker data from Aster Finance API for specified trading pairs, presented as a Markdown table for clear analysis of bid/ask prices and quantities.

Instructions

Fetch order book ticker 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, bidPrice, bidQty, askPrice, and askQty. 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_order_book_tickerArguments", "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