You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Candlestick API endpoint | <CopyTexttext="https://priceapi.testnet-dataengine.chain.link"code /> | <CopyTexttext="https://priceapi.dataengine.chain.link"code />|
26
27
27
28
## API Endpoints
28
29
@@ -175,7 +176,7 @@ curl -X GET \
175
176
|`l`|`array`| Array of numbers (the low (min) value of each candle). |
176
177
|`v`|`array`| Array of numbers (the volume of each candle. Not currently supported). |
177
178
178
-
> **Note**: If candles cannot be found for the given symbol/time period, a response with empty arrays will be provided. eg:`{ "s": "ok", "t": [], "c": [], "o": [], "h": [], "l": [], "v": [] }`
179
+
> **Note**: If candles cannot be found for the given symbol/time period, a response with empty arrays will be provided. E.g.,`{ "s": "ok", "t": [], "c": [], "o": [], "h": [], "l": [], "v": [] }`
|`candles`|`array`| Array of arrays of numbers. Each array candle contains: `[ time, open, high, low, close, volume ]`. |
226
227
227
-
> **Note**: If candles cannot be found for the given symbol/time period, a response with an empty `candles` array is provided. eg:`{ "s": "ok", "candles": [] }`
228
+
> **Note**: If candles cannot be found for the given symbol/time period, a response with an empty `candles` array is provided. E.g.,`{ "s": "ok", "candles": [] }`
Use the [Data Streams API](./data-streams-api) for applications that require high-frequency, verifiable data for **on-chain** execution. It provides access to cryptographically signed data reports that can be verified and used by smart contracts. This API is designed for applications that depend on low-latency, tamper-proof data.
28
+
Use the [Data Streams API](/data-streams/reference/data-streams-api) for applications that require high-frequency, verifiable data for **onchain** execution. It provides access to cryptographically signed data reports that can be verified and used by smart contracts. This API is designed for applications that depend on low-latency, tamper-proof data.
29
29
30
-
**[View the Data Streams API Reference](./data-streams-api/interface-api)**
30
+
**[View the Data Streams API Reference](/data-streams/reference/data-streams-api/interface-api)**
31
31
32
32
---
33
33
34
34
### Candlestick API
35
35
36
-
Use the [Candlestick API](./candlestick-api) for **off-chain** applications. It provides historical open-high-low-close (OHLC) data and real-time price updates in a format compatible with the [TradingView data integration specification](https://www.tradingview.com/broker-api-docs/rest-api-spec/#tag/Data-Integration). This is ideal for building dashboards, analytics platforms, portfolio trackers, and research tools.
36
+
Use the [Candlestick API](/data-streams/reference/candlestick-api) for **offchain** applications. It provides historical open-high-low-close (OHLC) data and real-time price updates in a format compatible with the [TradingView data integration specification](https://www.tradingview.com/broker-api-docs/rest-api-spec/#tag/Data-Integration). This is ideal for building dashboards, analytics platforms, portfolio trackers, and research tools.
37
37
38
-
**[View the Candlestick API Reference](./candlestick-api)**
38
+
**[View the Candlestick API Reference](/data-streams/reference/candlestick-api)**
0 commit comments