Data feed configuration data for TradingView.
OK response.
Supported resolutios
Supports group requests
false
Supports marks
true
Supports symbol search
Supports timescale marks
const response = await fetch('https://inj-indexer.nownodes.io/api/chronos/v1/derivative/config', { method: 'GET', headers: {}, }); const data = await response.json();
{ "supported_resolutions": [ "1", "3", "5", "15", "30", "60", "120", "240", "360", "D", "7D", "30D", "1W", "2W" ], "supports_group_request": false, "supports_marks": true, "supports_search": false, "supports_timescale_marks": true }