Skip to content

Commit abf1250

Browse files
committed
fix
1 parent c77a383 commit abf1250

File tree

1 file changed

+1
-1
lines changed
  • src/content/data-streams/reference/candlestick-api

1 file changed

+1
-1
lines changed

src/content/data-streams/reference/candlestick-api/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import DataStreams from "@features/data-streams/common/DataStreams.astro"
1414

1515
The Candlestick API is designed and implemented to satisfy [TradingView data integration specifications](https://www.tradingview.com/broker-api-docs/rest-api-spec/#tag/Data-Integration), the industry standard for sharing open-high-low-close (OHLC) aggregated trading data.
1616

17-
OHLC data is provdided in two formats: [the standard OHLCV format](##get-candlestick-data-row-format), widely used by retail crypto exchanges, ideal for human readability and compatibility; [and the columnar format](#get-candlestick-data-column-format), preferred by HFT systems, optimized for efficient, large-scale data processing.
17+
OHLC data is provdided in two formats: [the standard OHLCV format](#get-candlestick-data-row-format), widely used by retail crypto exchanges, ideal for human readability and compatibility; [and the columnar format](#get-candlestick-data-column-format), preferred by HFT systems, optimized for efficient, large-scale data processing.
1818

1919
The API provides both historical candlestick data through the [history endpoints](#get-candlestick-data-column-format) (updated every minute) and live price updates through the [streaming endpoint](#get-streaming-price-updates) (updated every second).
2020

0 commit comments

Comments
 (0)