AsterDEX Klines
aster.markets.klinesFetch candlestick (OHLCV) data for a trading pair on AsterDEX. Customize interval, limit, and time range to analyze price trends.
Instructions
Get candlestick (OHLCV) data for a trading pair on AsterDEX
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Trading pair symbol (e.g. BTCUSDT) | |
| interval | No | Candlestick interval (default 1h) | |
| limit | No | Number of candles (default 100) | |
| start_time | No | Start time in milliseconds since epoch | |
| end_time | No | End time in milliseconds since epoch |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |