Skip to content

Get TradingView Udf Config

GET /api/dtao/tradingview/udf/config
Get a free API key →
curl

No parameters.

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"
}
}
}

All Taostats API requests require an Authorization header containing your API key. See Getting Started.