Get TradingView Udf Config
Endpoint
Section titled “Endpoint”GET /api/dtao/tradingview/udf/configTry it
Section titled “Try it”Parameters
Section titled “Parameters”No parameters.
Responses
Section titled “Responses”200 — Config retrieved successfully
Section titled “200 — Config retrieved successfully”Media: application/json
Schema
{ "type": "object", "required": [ "supported_resolutions", "supports_group_request", "supports_marks", "supports_search", "supports_timescale_marks", "currency_codes", "exchanges" ], "properties": { "currency_codes": { "type": "array", "items": { "type": "object", "required": [ "id", "code", "description" ], "properties": { "code": { "type": "string" }, "description": { "type": "string" }, "id": { "type": "string" } } } }, "exchanges": { "type": "array", "items": { "type": "string" } }, "supported_resolutions": { "type": "array", "items": { "type": "string" } }, "supports_group_request": { "type": "boolean" }, "supports_marks": { "type": "boolean" }, "supports_search": { "type": "boolean" }, "supports_timescale_marks": { "type": "boolean" } }}Authentication
Section titled “Authentication”All Taostats API requests require an Authorization header containing your API key. See Getting Started.