Get TradingView Udf Symbol Info
Endpoint
Section titled “Endpoint”GET /api/dtao/tradingview/udf/symbol_infoTry it
Section titled “Try it”Parameters
Section titled “Parameters”| Name | In | Type | Required | Description |
|---|---|---|---|---|
netuid | query | integer |
Responses
Section titled “Responses”200 — Symbol info retrieved successfully
Section titled “200 — Symbol info retrieved successfully”Media: application/json
Schema
{ "type": "object", "required": [ "symbol", "description", "exchange-listed", "exchange-traded", "minmovement", "pricescale", "has-dwm", "has-intraday", "type", "timezone", "session", "session-regular" ], "properties": { "description": { "type": "array", "items": { "type": "string" } }, "exchange-listed": { "type": "string" }, "exchange-traded": { "type": "string" }, "has-dwm": { "type": "boolean" }, "has-intraday": { "type": "boolean" }, "minmovement": { "type": "integer", "format": "int32", "minimum": 0 }, "pricescale": { "type": "integer", "format": "int64", "minimum": 0 }, "session": { "type": "string" }, "session-regular": { "type": "string" }, "symbol": { "type": "array", "items": { "type": "string" } }, "timezone": { "type": "string" }, "type": { "type": "array", "items": { "type": "string" } } }}Authentication
Section titled “Authentication”All Taostats API requests require an Authorization header containing your API key. See Getting Started.