Market Data

Get Symbol Info (TradingView)

Returns symbol metadata in TradingView UDF format. See https://www.tradingview.com/rest-api-spec/#operation/getSymbolInfo.

get/v1/perps/symbol_info

Response

TradingView symbol info response

sstring

Status

symbolstring[]
descriptionstring[]
tickerstring[]
currencystring[]
base-currencystring[]
typestring[]
session-regularstring[]
timezonestring[]
minmovementinteger[]
pricescaleinteger[]
has-intradayboolean[]
has-no-volumeboolean[]

Example response

{
  "s": "ok"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.