get_available_timeframes_for_collection
Check which timeframes OctoBot's data collector supports for a given exchange before configuring data collection.
Instructions
List the time frames OctoBot's data collector supports for one exchange.
Maps to GET /data_collector?action_type=available_timeframes_list &exchange=<name> [V, confirmed live this session]. Read-only, not
confirm-gated. No dedicated exception class -- a plain read with no
domain-specific failure mode, matching this project's existing
convention for read-only tools (e.g. get_all_symbols).
Output: {"time_frames": [str]} -- direct passthrough of OctoBot's own
sorted JSON array (NFR-8), e.g. ["1m", "3m", "5m", ..., "1M"].
See this module's docstring for why there is no sibling
get_available_symbols_for_collection tool: get_all_symbols(exchange)
(already shipped) was confirmed this session to return identical data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| exchange | Yes |