Aster Info MCP
JSON →Provides structured access to Aster DEX market data, including candlesticks, order books, trades, and funding rates.
Tools · 12
- get_kline Fetch candlestick data for a symbol.
- get_index_price_kline Fetch index price candlestick data for a pair.
- get_mark_price_kline Fetch mark price candlestick data for a symbol.
- get_premium_index Fetch premium index data (mark price, funding rate).
- get_funding_rate_history Fetch historical funding rate data for a symbol.
- get_price_change_statistics_24h Fetch 24-hour price change statistics.
- get_latest_price Fetch the latest price for a symbol or all symbols.
- get_order_book_ticker Fetch order book ticker data (best bid/ask prices and quantities).
- get_order_book Fetch order book data (bids and asks) for a symbol.
- get_recent_trades Fetch recent trades for a symbol.
- get_historical_trades Fetch historical trades for a symbol.
- get_aggregated_trades Fetch aggregated trades for a symbol.
Links
★ 5 GitHub stars