get_candles
Fetch historical OHLCV candles for a market to analyze trends, build charts, or compute technical indicators over custom time windows.
Instructions
Historical OHLCV candles for a market (e.g. 'BTC-EUR'). Use this for trend analysis, charts, or computing technical indicators over a custom time window. Interval defaults to 1d, limit to 100 candles. Returned newest-first; each row has timestamp (unix ms), open, high, low, close, volume.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| market | Yes | ||
| interval | No |