kraken_get_ohlc_data
Get OHLC candlestick data for an asset pair on Kraken, setting interval and pagination cursor for historical data.
Instructions
Obtain open, high, low, close (OHLC) candlestick data for a specific asset pair
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pair | Yes | Identify the asset pair (e.g., XBTUSD) for the OHLC data | |
| since | No | Return data since the given ID (pagination cursor from previous calls) | |
| interval | No | Set the time interval in minutes (default 1, valid: 1, 5, 15, 30, 60, 240, 1440, 10080, 21600) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| last | Yes | Last timestamp | |
| pair | Yes |