get_candles
Retrieve historical price candle data for a given symbol by specifying symbol ID, time range, and candle interval. Enables analysis of market trends and price movements.
Instructions
Get historical candle data for a symbol
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbolId | Yes | Symbol ID to get candles for | |
| startTime | Yes | Start time (ISO format) | |
| endTime | Yes | End time (ISO format) | |
| interval | Yes | Candle interval (OneMinute, FiveMinutes, etc.) |