API, SDKs, Onchain Verification Reference
DataLink uses the same APIs, SDKs, and verification infrastructure as Chainlink Data Streams. Applications can use existing Data Streams integration patterns and tooling.
API Interfaces
Access DataLink feeds using the standard Data Streams Direct APIs:
- Data Streams REST API Reference: HTTP-based integrations and fetching reports on demand.
- Data Streams WebSocket Reference: Real-time data streaming via a persistent WebSocket connection.
SDK Integration
Integrate DataLink quickly into your applications using the existing Data Streams SDKs:
- Data Streams Go SDK Reference: Native Go language integration.
- Data Streams Rust SDK Reference: Native Rust language integration.
Report Verification
Verify the integrity of DataLink reports onchain using the same process and Verifier contracts as Data Streams:
- Data Streams Onchain Verification Reference: Learn how to verify report authenticity on EVM chains using the shared Verifier Proxy contracts.