Get Price History (TradingView)
Market Data
Get Price History (TradingView)
Returns historical bar data in TradingView UDF format, as required by the TradingView charting library: a single object with parallel arrays keyed t, o, h, l, c, and v (values are numbers), plus a status field s. For a standard array-of-objects representation with full field names (open, high, low, close, volume), use GET /v1/perps/candles (Get Candles).
GET
Get Price History (TradingView)
Query Parameters
TradingView symbol identifier
Bar resolution
Start Unix timestamp
End Unix timestamp
Response
TradingView UDF history response