Documentation / API reference / TradingView
Get TradingView Udf Config
Last reviewed 2026-09-18
Returns the TradingView datafeed configuration, including supported resolutions, exchanges and feature flags. Use it when initializing a chart against the Taostats UDF datafeed.
Try it
Parameters
No parameters.
Responses
200 — Config retrieved successfully
| Field | Type | Required |
|---|---|---|
currency_codes | array | Yes |
currency_codes[].code | string | Yes |
currency_codes[].description | string | Yes |
currency_codes[].id | string | Yes |
exchanges | array | Yes |
exchanges[] | string | Yes |
supported_resolutions | array | Yes |
supported_resolutions[] | string | Yes |
supports_group_request | boolean | Yes |
supports_marks | boolean | Yes |
supports_search | boolean | Yes |
supports_timescale_marks | boolean | Yes |
Every request needs an Authorization header holding your API key — see Getting started with the Taostats API.