What problem does it solve?
Provides a single, discoverable reference for fetching public market data from the Aster Futures v3 REST API so developers and analysts do not need to manually inspect endpoints, parameters, weights, and response shapes across scattered documentation.
Core Features & Use Cases
- Unauthenticated REST Endpoints: Covers GET endpoints such as ping, time, exchangeInfo, depth, trades, historicalTrades, aggTrades, klines, indexPriceKlines, markPriceKlines, premiumIndex, fundingRate, fundingInfo, and ticker endpoints.
- Rate and Parameter Guidance: Documents endpoint weight rules, depth and kline weight by limits, supported kline intervals, and timestamp conventions to help clients manage rate limits and pagination.
- Response Shapes & Validation Notes: Includes payload shape references for depth, kline, ticker, and exchangeInfo filters to validate inputs and parse responses reliably.
- Use Case: Ideal for building market data feeds, trading UIs, backtesting datasets, and monitoring funding/ticker metrics without authentication.
Quick Start
Use the aster-api-market-data-v3 skill to retrieve the latest depth and 24hr ticker for BTCUSDT from the Aster Futures v3 REST API.