aster.markets.klines
Retrieve candlestick (OHLCV) data for cryptocurrency trading pairs to analyze market trends and price movements on AsterDEX.
Instructions
Get candlestick (OHLCV) data for a trading pair on AsterDEX
Input Schema
TableJSON 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 |