get_ui_klines
Retrieve historical candlestick data for a trading pair with configurable intervals, time range, and timezone for accurate technical analysis and charting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of K-lines to return, default 500, max 1000 | |
| symbol | Yes | Trading pair symbol, e.g. BTCUSDT | |
| endTime | No | End timestamp (milliseconds) | |
| interval | Yes | K-line interval | |
| timeZone | No | Time zone, default UTC | |
| startTime | No | Start timestamp (milliseconds) |