get_candles
Retrieve the most recent OHLCV candle bars from your live chart. Specify the number of bars to return (up to 2000) for historical price and volume data.
Instructions
Returns the most-recent OHLCV candle bars for the current chart. Fields: timestamp (epoch ms), open, high, low, close, volume. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of most-recent bars to return (1–2000, default 500). |