Data Streams Reference

Chainlink Data Streams offers two distinct APIs for accessing low-latency market data. Choose the API that best fits your use case.

Which API should I use?

FeatureData Streams APICandlestick API
Primary Use CaseOn-chain consumption by smart contractsOff-chain analytics, charting, dashboards
Data FormatSigned, verifiable data reportsAggregated OHLC (candlestick) data
InterfacesREST API & WebSocketREST API (including a streaming endpoint)
AuthenticationHMAC SignatureJWT (token-based)
Cryptographic Proof✅ Yes (fullReport blob)❌ No

Data Streams API

Use the 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.

View the Data Streams API Reference


Candlestick API

Use the 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. This is ideal for building dashboards, analytics platforms, portfolio trackers, and research tools.

View the Candlestick API Reference

Get the latest Chainlink content straight to your inbox.