get_ohlc
Retrieve OHLC (Open, High, Low, Close) candle data for any trading pair on Kraken. Specify interval and optional start time to filter results.
Instructions
Return OHLC candles.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pair | Yes | Trading pair (e.g. `XBTUSD`). | |
| interval | No | Candle width in minutes — one of `1, 5, 15, 30, 60, 240, 1440, 10080, 21600`. | |
| since | No | Unix timestamp; return candles after this. |