exchangeTimeframes
Candle timeframes the exchange+tradingMode supports, sourced from each adapter's native interval map. Used by the runner data-download config editor to filter its timeframe checkboxes — avoids the hard-coded CandleTimeframe enum showing intervals a given exchange rejects at fetch time. Sorted by duration ascending (1m → 1M). Unknown exchange IDs resolve to an empty list.
exchangeTimeframes(
exchange: String!
tradingMode: MarketDataTradingMode
): [String!]!
Arguments
exchangeTimeframes.exchange ● String! non-null scalar
exchangeTimeframes.tradingMode ● MarketDataTradingMode enum
Type
String scalar
The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.