binance_get_ui_klines
Fetch candlestick data adjusted for Binance's chart display, ensuring values match what users see on binance.com or the app.
Instructions
Fetch presentation-adjusted candlestick data, matching Binance's own chart UI.
Calls GET /api/v3/uiKlines (weight 2). Same array shape and parameters as
binance_get_klines; Binance smooths/adjusts these for display purposes.
When to Use:
When the numbers need to match what a user sees on binance.com/binance app charts.
When NOT to Use:
For raw exchange candles used in calculations — use
binance_get_klines.
Returns:
Same shape as binance_get_klines: markdown table (capped at 100 rows) or JSON.
Examples: params = {"symbol": "BTCUSDT", "interval": "1h", "limit": 200}
Error Handling:
Same as binance_get_klines.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |