Config
Data feed configuration data for TradingView.
Responses
200
OK response.
application/json
400
Bad Request response.
application/vnd.goa.error
500
Internal Server Error response.
application/vnd.goa.error
get
GET /api/chronos/v1/derivative/config HTTP/1.1
Host: inj-indexer.nownodes.io
Accept: */*
{
"supported_resolutions": [
"1",
"3",
"5",
"15",
"30",
"60",
"120",
"240",
"360",
"D",
"7D",
"30D",
"1W",
"2W"
],
"supports_group_request": false,
"supports_marks": false,
"supports_search": false,
"supports_timescale_marks": false
}